declare const _default: {}; export default _default; export declare const pxToRem: (px: number) => string; export declare const hexToRGB: (hex: string, alpha?: number | undefined) => string; export declare const rmUnit: (str: string) => number;