import type { DeepPartial } from '@furystack/utils';
import type { Theme } from './theme-provider-service.js';
export declare const cssVariableTheme: Theme;
export declare const setCssVariable: (key: string, value: string, root: HTMLElement) => void;
export declare const getCssVariable: (key: string, root?: HTMLElement) => string;
export declare const useThemeCssVariables: (theme: DeepPartial<Theme>) => void;
//# sourceMappingURL=css-variable-theme.d.ts.map