import type { CSSProperty } from '../CSSProperty'; import { mergePoints } from '../parser/points'; export declare class CSSPropertyPoints implements Partial> { mixer: typeof mergePoints; } //# sourceMappingURL=CSSPropertyPoints.d.ts.map