declare const DEFAULT_COLOR: string[]; declare const COLOR_OPTION: string[][]; declare const COLOR_TYPE: { label: string; value: string; }[]; export { COLOR_OPTION, COLOR_TYPE, DEFAULT_COLOR };