import { PropType } from 'vue'; import { TriggerProps } from '../trigger'; declare const _default: import("vue").DefineComponent; }; size: { type: PropType<"mini" | "small" | "medium" | "large">; default: string; }; showText: { type: BooleanConstructor; default: boolean; }; showHistory: { type: BooleanConstructor; default: boolean; }; showPreset: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; disabledAlpha: { type: BooleanConstructor; default: boolean; }; hideTrigger: { type: BooleanConstructor; }; triggerProps: { type: PropType>; }; historyColors: { type: PropType; }; presetColors: { type: PropType; default: () => string[]; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string) => true; change: (value: string) => true; 'popup-visible-change': (visible: boolean, value: string) => true; }, string, import("vue").PublicProps, Readonly; }; size: { type: PropType<"mini" | "small" | "medium" | "large">; default: string; }; showText: { type: BooleanConstructor; default: boolean; }; showHistory: { type: BooleanConstructor; default: boolean; }; showPreset: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; disabledAlpha: { type: BooleanConstructor; default: boolean; }; hideTrigger: { type: BooleanConstructor; }; triggerProps: { type: PropType>; }; historyColors: { type: PropType; }; presetColors: { type: PropType; default: () => string[]; }; }>> & Readonly<{ onChange?: ((value: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onPopup-visible-change"?: ((visible: boolean, value: string) => any) | undefined; }>, { size: "mini" | "small" | "medium" | "large"; disabled: boolean; hideTrigger: boolean; showText: boolean; showHistory: boolean; showPreset: boolean; disabledAlpha: boolean; presetColors: string[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;