import type { WithCSSVar } from "../utils";
export declare function toCSSVar<T extends Record<string, any>>(rawTheme: T): WithCSSVar<T>;
