export declare const supportColors: { white: string; black: string; blackSecondary: string; blackLight: string; grey: string; greySecondary: string; greyLight: string; }; export declare const baseColors: { cyan: string; green: string; orange: string; pink: string; purple: string; red: string; yellow: string; }; export declare const gradientColors: { purpleCyan: string; yellowPink: string; cyanGreen: string; pinkPurple: string; }; export declare const animatedColors: { animated: string; }; export declare const colors: { purpleCyan: string; yellowPink: string; cyanGreen: string; pinkPurple: string; cyan: string; green: string; orange: string; pink: string; purple: string; red: string; yellow: string; white: string; black: string; blackSecondary: string; blackLight: string; grey: string; greySecondary: string; greyLight: string; }; export declare const backgroundColors: { animated: string; purpleCyan: string; yellowPink: string; cyanGreen: string; pinkPurple: string; cyan: string; green: string; orange: string; pink: string; purple: string; red: string; yellow: string; white: string; black: string; blackSecondary: string; blackLight: string; grey: string; greySecondary: string; greyLight: string; }; export declare type ColorNames = keyof typeof colors; export declare type ColorMap = Record; export declare type SupportColorNames = keyof typeof supportColors; export declare type SupportColorMap = Record; export declare type BaseColorNames = keyof typeof baseColors; export declare type BaseColorMap = Record; export declare type GradientColorNames = keyof typeof gradientColors; export declare type GradientBaseColorMap = Record; export declare const borderColors: BaseColorMap; export declare const glowColors: BaseColorMap; export declare const baseTextColors: ColorMap; export declare const scrollbarColors: ColorMap; export declare const colorUtilities: { classes: string[]; react: { base: string[]; text: string[]; support: string[]; gradient: string[]; border: string[]; animated: string[]; }; };