import { PropType } from '@vue/composition-api'; import { TdColorHandler } from '../../interfaces'; import { Color } from '../../utils'; declare const _default: import("vue").ComponentOptions; handleChange: (key: string, v: number | string) => void; }> & import("@vue/composition-api").Data, {}, {}, { color: { type: PropType; }; handleFormatInputChange: { type: PropType; default: () => () => void; }; clearable: BooleanConstructor; closeBtn: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: boolean; }; colorModes: { type: import("vue").PropType<("monochrome" | "linear-gradient")[]>; default: () => string[]; }; disabled: BooleanConstructor; enableAlpha: BooleanConstructor; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; format: { type: import("vue").PropType<"RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS">; default: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"; validator(val: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"): boolean; }; inputProps: { type: import("vue").PropType>; }; multiple: BooleanConstructor; popupProps: { type: import("vue").PropType; }; recentColors: { type: import("vue").PropType; default: () => boolean | string[]; }; defaultRecentColors: { type: import("vue").PropType; default: () => boolean | string[]; }; selectInputProps: { type: import("vue").PropType; }; showPrimaryColorPreview: { type: BooleanConstructor; default: boolean; }; size: { type: import("vue").PropType; default: import("../../..").SizeEnum; validator(val: import("../../..").SizeEnum): boolean; }; swatchColors: { type: import("vue").PropType; }; value: { type: StringConstructor; default: string; }; defaultValue: { type: StringConstructor; default: string; }; onChange: import("vue").PropType<(value: string, context: { color: import("../..").ColorObject; trigger: import("../..").ColorPickerChangeTrigger; }) => void>; onPaletteBarChange: import("vue").PropType<(context: { color: import("../..").ColorObject; }) => void>; onRecentColorsChange: import("vue").PropType<(value: string[]) => void>; }, import("@vue/composition-api").ExtractPropTypes<{ color: { type: PropType; }; handleFormatInputChange: { type: PropType; default: () => () => void; }; clearable: BooleanConstructor; closeBtn: { type: import("vue").PropType import("vue/types/vnode").ScopedSlotReturnValue)>; default: boolean; }; colorModes: { type: import("vue").PropType<("monochrome" | "linear-gradient")[]>; default: () => string[]; }; disabled: BooleanConstructor; enableAlpha: BooleanConstructor; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; format: { type: import("vue").PropType<"RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS">; default: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"; validator(val: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"): boolean; }; inputProps: { type: import("vue").PropType>; }; multiple: BooleanConstructor; popupProps: { type: import("vue").PropType; }; recentColors: { type: import("vue").PropType; default: () => boolean | string[]; }; defaultRecentColors: { type: import("vue").PropType; default: () => boolean | string[]; }; selectInputProps: { type: import("vue").PropType; }; showPrimaryColorPreview: { type: BooleanConstructor; default: boolean; }; size: { type: import("vue").PropType; default: import("../../..").SizeEnum; validator(val: import("../../..").SizeEnum): boolean; }; swatchColors: { type: import("vue").PropType; }; value: { type: StringConstructor; default: string; }; defaultValue: { type: StringConstructor; default: string; }; onChange: import("vue").PropType<(value: string, context: { color: import("../..").ColorObject; trigger: import("../..").ColorPickerChangeTrigger; }) => void>; onPaletteBarChange: import("vue").PropType<(context: { color: import("../..").ColorObject; }) => void>; onRecentColorsChange: import("vue").PropType<(value: string[]) => void>; }>> & Omit, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{ value: string; disabled: boolean; multiple: boolean; size: import("../../..").SizeEnum; defaultValue: string; format: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"; clearable: boolean; closeBtn: string | boolean | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); colorModes: ("monochrome" | "linear-gradient")[]; recentColors: boolean | string[]; defaultRecentColors: boolean | string[]; enableAlpha: boolean; enableMultipleGradient: boolean; showPrimaryColorPreview: boolean; handleFormatInputChange: TdColorHandler; } & { color?: Color; onChange?: (value: string, context: { color: import("../..").ColorObject; trigger: import("../..").ColorPickerChangeTrigger; }) => void; inputProps?: unknown; popupProps?: unknown; selectInputProps?: unknown; swatchColors?: string[]; onPaletteBarChange?: (context: { color: import("../..").ColorObject; }) => void; onRecentColorsChange?: (value: string[]) => void; }, import("@vue/composition-api").ShallowUnwrapRef<{ modelValues: any; inputConfigs: import("@vue/composition-api").ComputedRef<(import("./config").FormatInput | import("./config").FormatInputNumber)[]>; handleChange: (key: string, v: number | string) => void; }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, { value: string; disabled: boolean; multiple: boolean; size: import("../../..").SizeEnum; defaultValue: string; format: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"; clearable: boolean; closeBtn: string | boolean | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); colorModes: ("monochrome" | "linear-gradient")[]; recentColors: boolean | string[]; defaultRecentColors: boolean | string[]; enableAlpha: boolean; enableMultipleGradient: boolean; showPrimaryColorPreview: boolean; handleFormatInputChange: TdColorHandler; } & { color?: Color; onChange?: (value: string, context: { color: import("../..").ColorObject; trigger: import("../..").ColorPickerChangeTrigger; }) => void; inputProps?: unknown; popupProps?: unknown; selectInputProps?: unknown; swatchColors?: string[]; onPaletteBarChange?: (context: { color: import("../..").ColorObject; }) => void; onRecentColorsChange?: (value: string[]) => void; }, { value: string; disabled: boolean; multiple: boolean; size: import("../../..").SizeEnum; defaultValue: string; format: "RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS"; clearable: boolean; closeBtn: string | boolean | ((h: import("vue").CreateElement) => import("vue/types/vnode").ScopedSlotReturnValue); colorModes: ("monochrome" | "linear-gradient")[]; recentColors: boolean | string[]; defaultRecentColors: boolean | string[]; enableAlpha: boolean; enableMultipleGradient: boolean; showPrimaryColorPreview: boolean; handleFormatInputChange: TdColorHandler; }, true>); export default _default;