declare type PxToRem = (pixels: number) => string; declare const pxToRem: PxToRem; export default pxToRem; //# sourceMappingURL=pxToRem.d.ts.map