import { TdColorPickerProps } from './type'; import { PropType } from 'vue'; declare const _default: { clearable: BooleanConstructor; closeBtn: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: boolean; }; colorModes: { type: PropType<("monochrome" | "linear-gradient")[]>; default: () => string[]; }; disabled: BooleanConstructor; enableAlpha: BooleanConstructor; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; format: { type: PropType<"RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS">; default: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"; validator(val: TdColorPickerProps['format']): boolean; }; inputProps: { type: PropType>; }; multiple: BooleanConstructor; 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: import("..").SizeEnum; validator(val: TdColorPickerProps['size']): boolean; }; swatchColors: { type: PropType; }; value: { type: StringConstructor; default: string; }; defaultValue: { type: StringConstructor; default: string; }; onChange: PropType<(value: string, context: { color: import("./type").ColorObject; trigger: import("./type").ColorPickerChangeTrigger; }) => void>; onPaletteBarChange: PropType<(context: { color: import("./type").ColorObject; }) => void>; onRecentColorsChange: PropType<(value: string[]) => void>; }; export default _default;