export type ColorPickerProps = { dataId?: string; isLoading?: boolean; placeholder?: string; presetColors?: string[]; onChangePicker?: (color: any) => void; onChangeInput?: (e: any) => void; showInput?: boolean; value?: string; }; export declare const ColorPicker: import('react').ForwardRefExoticComponent & { dataId?: string; }, "ref"> & import('react').RefAttributes>;