/** * Get the CSS variable ref stored in the theme */ export declare function getCSSVar(theme: Record, scale: string, value: any): any;