import Color from './color'; import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ modelValue: StringConstructor; showAlpha: BooleanConstructor; colorFormat: StringConstructor; disabled: BooleanConstructor; size: { type: PropType<"" | "small" | "default" | "large">; validator: (val: string) => boolean; }; predefine: { type: ArrayConstructor; }; clearType: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }, { color: Color; colorDisabled: import("vue").ComputedRef; colorSize: import("vue").ComputedRef<"" | "small" | "default" | "large">; displayedColor: import("vue").ComputedRef; showPanelColor: import("vue").Ref; showPicker: import("vue").Ref; customInput: import("vue").Ref; handleConfirm: () => void; hide: () => void; handleTrigger: () => void; clear: () => void; confirmValue: () => void; t: import("southgisui/es/hooks").Translator; hue: import("vue").Ref; svPanel: import("vue").Ref; alpha: import("vue").Ref; popper: import("vue").Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "on-change" | "on-active-change" | "on-visible-change")[], "update:modelValue" | "on-change" | "on-active-change" | "on-visible-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; validator: (val: string) => boolean; }; predefine: { type: ArrayConstructor; }; clearType: { type: StringConstructor; default: string; }; validateEvent: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; "onOn-change"?: ((...args: any[]) => any) | undefined; "onOn-active-change"?: ((...args: any[]) => any) | undefined; "onOn-visible-change"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; validateEvent: boolean; showAlpha: boolean; clearType: string; }>; export default _default;