interface StrPxToRemOptions { baseFontSize?: number; decimalPlaces?: number; } export declare function strPxToRemStr(sizeInPx: string, { baseFontSize, decimalPlaces }?: StrPxToRemOptions): string; export declare function lineHeightToRem(lineHeightInPx: string, options?: StrPxToRemOptions): string; export {}; //# sourceMappingURL=dimens.d.ts.map