export declare const convertToCssPixelUnits: (value: number) => string; export declare const convertFromCssPixelUnits: (value: string) => number;