import type { WithCSSVar } from "../utils"; export declare function toCSSVar>(rawTheme: T): WithCSSVar;