import { TdColorPickerProps } from './type'; import { PropType } from 'vue'; declare const _default: { borderless: BooleanConstructor; clearable: BooleanConstructor; colorModes: { type: PropType; default: () => TdColorPickerProps["colorModes"]; }; disabled: { type: BooleanConstructor; default: any; }; enableAlpha: BooleanConstructor; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; format: { type: PropType; default: TdColorPickerProps["format"]; validator(val: TdColorPickerProps["format"]): boolean; }; inputProps: { type: PropType; }; popupProps: { type: PropType; }; recentColors: { type: PropType; default: TdColorPickerProps["recentColors"]; }; defaultRecentColors: { type: PropType; default: () => TdColorPickerProps["defaultRecentColors"]; }; selectInputProps: { type: PropType; }; showPrimaryColorPreview: { type: BooleanConstructor; default: boolean; }; size: { type: PropType; default: TdColorPickerProps["size"]; validator(val: TdColorPickerProps["size"]): boolean; }; swatchColors: { type: PropType; default: TdColorPickerProps["swatchColors"]; }; value: { type: StringConstructor; default: any; }; modelValue: { type: StringConstructor; default: any; }; defaultValue: { type: StringConstructor; default: string; }; onChange: PropType; onClear: PropType; onPaletteBarChange: PropType; onRecentColorsChange: PropType; }; export default _default;