export declare const useCSSVariables: (prefix: string, cb: () => Record<string, string>) => import("vue").ComputedRef<Record<string, string>>;
