import type { DisplayObject } from '../../display-objects'; import type { CSSUnitValue } from '../cssom'; import type { CSSProperty } from '../CSSProperty'; import { mergeNumbers } from '../parser'; export declare class CSSPropertyAngle implements Partial> { parser: { (...args: any[]): any; cache: Map; }; parserWithCSSDisabled: any; mixer: typeof mergeNumbers; calculator(name: string, oldParsed: CSSUnitValue, parsed: CSSUnitValue, object: DisplayObject): number; } //# sourceMappingURL=CSSPropertyAngle.d.ts.map