import type { StyleRule } from "@vanilla-extract/css"; /** * Recursively navigates a vanilla-extract StyleRule and applies * pxToRem on every pixel value in every string property value * it can find. */ export declare function rem(styleRule: T): T;