import { Dict } from "@chakra-ui/utils";
import type { WithCSSVar } from "../utils/types";
export declare function toCSSVar<T extends Dict>(rawTheme: T): WithCSSVar<T>;
//# sourceMappingURL=to-css-var.d.ts.map