import { PropType } from 'vue'; import { Color } from 'tdesign-vue-next/lib/common/js/color-picker/index'; import type { TdColorPickerProps } from '../../type'; declare const _default: import("vue").DefineComponent<{ color: { type: PropType; }; onInputChange: { type: FunctionConstructor; default: () => () => void; }; 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; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; onInputChange: { type: FunctionConstructor; default: () => () => void; }; 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; }>>, { disabled: boolean; value: string; format: "HEX" | "RGB" | "HSL" | "HSV" | "CMYK" | "CSS" | "HEX8" | "RGBA" | "HSLA" | "HSVA"; size: import("../../..").SizeEnum; defaultValue: string; modelValue: string; borderless: boolean; clearable: boolean; onInputChange: Function; colorModes: ("monochrome" | "linear-gradient")[]; recentColors: boolean | string[]; defaultRecentColors: boolean | string[]; swatchColors: string[]; enableAlpha: boolean; enableMultipleGradient: boolean; showPrimaryColorPreview: boolean; }, {}>; export default _default;