/** * React hook that converts rem values to pixels and updates when the root font size changes. * * @param rem The rem value to convert to pixels * @returns The current pixel value equivalent of the rem input */ export declare const usePx: (rem: number) => number; //# sourceMappingURL=usePx.d.ts.map