import { PropType } from 'vue'; import type { TdColorModes } from '../../types'; declare const _default: import("vue").DefineComponent<{ mode: { type: PropType; default: string; }; onModeChange: { type: FunctionConstructor; default: () => () => void; }; colorModes: { type: PropType; default: () => import("../..").TdColorPickerPanelProps["colorModes"]; }; disabled: BooleanConstructor; enableAlpha: BooleanConstructor; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; format: { type: PropType; default: import("../..").TdColorPickerPanelProps["format"]; validator(val: import("../..").TdColorPickerPanelProps["format"]): boolean; }; recentColors: { type: PropType; default: import("../..").TdColorPickerPanelProps["recentColors"]; }; defaultRecentColors: { type: PropType; default: () => import("../..").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; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; onModeChange: { type: FunctionConstructor; default: () => () => void; }; colorModes: { type: PropType; default: () => import("../..").TdColorPickerPanelProps["colorModes"]; }; disabled: BooleanConstructor; enableAlpha: BooleanConstructor; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; format: { type: PropType; default: import("../..").TdColorPickerPanelProps["format"]; validator(val: import("../..").TdColorPickerPanelProps["format"]): boolean; }; recentColors: { type: PropType; default: import("../..").TdColorPickerPanelProps["recentColors"]; }; defaultRecentColors: { type: PropType; default: () => import("../..").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; }>>, { disabled: boolean; value: string; format: "HEX" | "RGB" | "HSL" | "HSV" | "CMYK" | "CSS" | "HEX8" | "RGBA" | "HSLA" | "HSVA"; mode: TdColorModes; defaultValue: string; modelValue: string; colorModes: ("monochrome" | "linear-gradient")[]; recentColors: boolean | string[]; defaultRecentColors: boolean | string[]; enableAlpha: boolean; enableMultipleGradient: boolean; showPrimaryColorPreview: boolean; onModeChange: Function; }, {}>; export default _default;