import { PropType } from '@vue/composition-api'; import { TdColorHandler } from '../../../color-picker/interfaces'; import { TdColorPickerProps } from '../../type'; import { Color } from '../../utils'; declare const _default: import("vue").ComponentOptions; baseClassName: import("@vue/composition-api").ComputedRef; handleModeChange: (v: TdColorPickerProps['format']) => void; }> & import("@vue/composition-api").Data, {}, {}, { color: { type: PropType; }; handleFormatModeChange: { type: PropType; default: () => () => void; }; 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("../../type").ColorObject; trigger: import("../../type").ColorPickerChangeTrigger; }) => void>; onPaletteBarChange: import("vue").PropType<(context: { color: import("../../type").ColorObject; }) => void>; onRecentColorsChange: import("vue").PropType<(value: string[]) => void>; }, import("@vue/composition-api").ExtractPropTypes<{ color: { type: PropType; }; handleFormatModeChange: { type: PropType; default: () => () => void; }; 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("../../type").ColorObject; trigger: import("../../type").ColorPickerChangeTrigger; }) => void>; onPaletteBarChange: import("vue").PropType<(context: { color: import("../../type").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; handleFormatModeChange: TdColorHandler; } & { color?: Color; onChange?: (value: string, context: { color: import("../../type").ColorObject; trigger: import("../../type").ColorPickerChangeTrigger; }) => void; inputProps?: unknown; popupProps?: unknown; selectInputProps?: unknown; swatchColors?: string[]; onPaletteBarChange?: (context: { color: import("../../type").ColorObject; }) => void; onRecentColorsChange?: (value: string[]) => void; }, import("@vue/composition-api").ShallowUnwrapRef<{ formatModel: import("@vue/composition-api").Ref<"RGB" | "RGBA" | "HSL" | "HSLA" | "HSB" | "HSV" | "HSVA" | "HEX" | "CMYK" | "CSS">; baseClassName: import("@vue/composition-api").ComputedRef; handleModeChange: (v: TdColorPickerProps['format']) => 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; handleFormatModeChange: TdColorHandler; } & { color?: Color; onChange?: (value: string, context: { color: import("../../type").ColorObject; trigger: import("../../type").ColorPickerChangeTrigger; }) => void; inputProps?: unknown; popupProps?: unknown; selectInputProps?: unknown; swatchColors?: string[]; onPaletteBarChange?: (context: { color: import("../../type").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; handleFormatModeChange: TdColorHandler; }, true>); export default _default;