declare const _default: import("vue").DefineComponent<{ readonly modelValue: { readonly type: import("vue").PropType; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly insertEmpty: import("../../../utils").EpPropFinalized; readonly option: { readonly type: import("vue").PropType<{ value: any; label: string; disabled?: any; }[]>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly selectable: import("../../../utils").EpPropFinalized; readonly isShowArrow: import("../../../utils").EpPropFinalized; readonly type: import("../../../utils").EpPropFinalized; readonly itemHeight: import("../../../utils").EpPropFinalized; readonly visibleItems: import("../../../utils").EpPropFinalized; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: string) => void; handleChange: (value: object) => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly insertEmpty: import("../../../utils").EpPropFinalized; readonly option: { readonly type: import("vue").PropType<{ value: any; label: string; disabled?: any; }[]>; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly selectable: import("../../../utils").EpPropFinalized; readonly isShowArrow: import("../../../utils").EpPropFinalized; readonly type: import("../../../utils").EpPropFinalized; readonly itemHeight: import("../../../utils").EpPropFinalized; readonly visibleItems: import("../../../utils").EpPropFinalized; }>> & { "onUpdate:modelValue"?: ((value: string) => any) | undefined; onHandleChange?: ((value: object) => any) | undefined; }, { readonly type: import("../../../utils").EpPropMergeType; readonly itemHeight: number; readonly insertEmpty: string; readonly selectable: import("../../../utils").EpPropMergeType; readonly isShowArrow: import("../../../utils").EpPropMergeType; readonly visibleItems: number; }>; export default _default;