import { PropType } from 'vue'; import type { FloatingOptions } from '../_utils/floating'; import { Size } from '../_utils/constant'; import { TriggerProps } from '../trigger'; import { ColorFormat, ColorModes, ColorObject, ColorPickerChangeTrigger, LegacyFormat, RecentColorsValue } from './interface'; declare const _default: import("vue").DefineComponent; default: () => string[]; }; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; modelValue: StringConstructor; defaultValue: { type: StringConstructor; default: string; }; format: { type: PropType; default: string; }; size: { type: PropType; default: string; }; enableAlpha: BooleanConstructor; showPrimaryColorPreview: { type: BooleanConstructor; default: boolean; }; inputProps: { type: PropType>; }; recentColors: { type: PropType; default: undefined; }; defaultRecentColors: { type: PropType; default: () => never[]; }; swatchColors: { type: PropType; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; hideTrigger: BooleanConstructor; triggerProps: { type: PropType>; }; floatingOptions: { type: PropType; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (_value: string) => true; change: (_value: string, _context: { color: ColorObject; trigger: ColorPickerChangeTrigger; }) => true; 'popup-visible-change': (_visible: boolean, _value: string) => true; clear: (_context: { e: MouseEvent; }) => true; 'palette-bar-change': (_context: { color: ColorObject; }) => true; 'recent-colors-change': (_value: string[]) => true; }, string, import("vue").PublicProps, Readonly; default: () => string[]; }; enableMultipleGradient: { type: BooleanConstructor; default: boolean; }; modelValue: StringConstructor; defaultValue: { type: StringConstructor; default: string; }; format: { type: PropType; default: string; }; size: { type: PropType; default: string; }; enableAlpha: BooleanConstructor; showPrimaryColorPreview: { type: BooleanConstructor; default: boolean; }; inputProps: { type: PropType>; }; recentColors: { type: PropType; default: undefined; }; defaultRecentColors: { type: PropType; default: () => never[]; }; swatchColors: { type: PropType; default: undefined; }; disabled: { type: BooleanConstructor; default: boolean; }; readonly: { type: (StringConstructor | BooleanConstructor)[]; default: boolean; }; hideTrigger: BooleanConstructor; triggerProps: { type: PropType>; }; floatingOptions: { type: PropType; }; }>> & Readonly<{ onClear?: ((_context: { e: MouseEvent; }) => any) | undefined; onChange?: ((_value: string, _context: { color: ColorObject; trigger: ColorPickerChangeTrigger; }) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; "onPopup-visible-change"?: ((_visible: boolean, _value: string) => any) | undefined; "onPalette-bar-change"?: ((_context: { color: ColorObject; }) => any) | undefined; "onRecent-colors-change"?: ((_value: string[]) => any) | undefined; }>, { size: "small" | "medium" | "large" | "mini"; disabled: boolean; readonly: string | boolean; defaultValue: string; clearable: boolean; format: ColorFormat | LegacyFormat; hideTrigger: boolean; enableAlpha: boolean; colorModes: ColorModes; enableMultipleGradient: boolean; showPrimaryColorPreview: boolean; recentColors: RecentColorsValue; swatchColors: string[] | null; borderless: boolean; defaultRecentColors: RecentColorsValue; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;