export declare const DEFAULT_COLORS: { name: string; value: string; isBrightColor: boolean; }[]; export declare const DEFAULT_CUSTOM_COLORS: { name: string; value: string; isBrightColor: boolean; }[];