import type { ColorTheme } from "./fr/colors";
export type { ColorTheme };
export declare function useColors(): ColorTheme;
