import type { SelectType } from './type'; export declare const CUSTOM = "custom"; export declare const DEHAULT_OPTIONS: { label: string; type: 'number' | 'string'; value: SelectType; }[]; export declare const DEHAULT_COLORS: { string: string[]; number: string[]; };