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