declare const rootPixelFontSize = 16; declare const pxToRem: (px: number) => `${number}rem`; export { pxToRem, rootPixelFontSize };