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