import { nextTick } from 'vue'; import Color from './utils/color'; declare const _default: import("vue").DefineComponent<{ readonly modelValue: StringConstructor; readonly id: StringConstructor; readonly showAlpha: BooleanConstructor; readonly colorFormat: StringConstructor; readonly disabled: BooleanConstructor; readonly size: { readonly type: import("vue").PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly popperClass: import("code-monkey-ui/es/utils").EpPropFinalized; readonly label: import("code-monkey-ui/es/utils").EpPropFinalized; readonly tabindex: import("code-monkey-ui/es/utils").EpPropFinalized; readonly predefine: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropFinalized; }, { color: Color; show: () => void; hide: () => void; focus: () => void; blur: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (val: string | null) => boolean; change: (val: string | null) => boolean; activeChange: (val: string | null) => boolean; focus: (event: FocusEvent) => boolean; blur: (event: FocusEvent) => boolean; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly popperClass: import("code-monkey-ui/es/utils").EpPropFinalized; readonly label: import("code-monkey-ui/es/utils").EpPropFinalized; readonly tabindex: import("code-monkey-ui/es/utils").EpPropFinalized; readonly predefine: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropFinalized; }>> & { onChange?: ((val: string | null) => any) | undefined; "onUpdate:modelValue"?: ((val: string | null) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onActiveChange?: ((val: string | null) => any) | undefined; }, { readonly popperClass: string; readonly label: string; readonly disabled: boolean; readonly tabindex: import("code-monkey-ui/es/utils").EpPropMergeType; readonly validateEvent: import("code-monkey-ui/es/utils").EpPropMergeType; readonly showAlpha: boolean; }>; export default _default;