import type { ClutchColors, ComponentState, ThemeVariant } from "./types"; export declare enum THEME_VARIANTS { light = "light", dark = "dark" } export declare const brandColor = "#02acbe"; export declare const LIGHT_COLORS: ClutchColors; export declare const DARK_COLORS: ClutchColors; export declare const STATE_OPACITY: { [key in ComponentState]: number; }; declare const clutchColors: (variant: ThemeVariant) => ClutchColors; export { clutchColors }; //# sourceMappingURL=colors.d.ts.map