/** valid colour override keys */ declare const colorOverrideKeys: readonly ["primaryBackground", "primaryBackgroundMild", "primaryBackgroundStrong", "primaryBorder", "primaryForeground"]; export type ColorOverrides = Record<(typeof colorOverrideKeys)[number], string>; export declare const useColorOverrides: (overrides: Partial | undefined, themeMode: string) => { [cssVarName: string]: string; }; export {}; //# sourceMappingURL=useColorOverrides.d.ts.map