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