export declare type CSSUnit = 'px' | 'rem' | 'em'; export declare function resolvePx(value: string | number, unit?: CSSUnit): string;