import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ name: StringConstructor; id: StringConstructor; modelValue: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor | ArrayConstructor)[]; autocomplete: { type: StringConstructor; default: string; }; automaticDropdown: BooleanConstructor; size: { type: PropType; validator: (val: string) => boolean; }; disabled: BooleanConstructor; clearable: BooleanConstructor; filterable: BooleanConstructor; allowCreate: BooleanConstructor; loading: BooleanConstructor; popperClass: { type: StringConstructor; default: string; }; remote: BooleanConstructor; loadingText: StringConstructor; noMatchText: StringConstructor; noDataText: StringConstructor; remoteMethod: FunctionConstructor; filterMethod: FunctionConstructor; multiple: BooleanConstructor; multipleLimit: { type: NumberConstructor; default: number; }; placeholder: { type: StringConstructor; }; defaultFirstOption: BooleanConstructor; reserveKeyword: BooleanConstructor; valueKey: { type: StringConstructor; default: string; }; collapseTags: BooleanConstructor; popperAppendToBody: { type: BooleanConstructor; default: boolean; }; clearIcon: { type: StringConstructor; default: string; }; }, { tagInMultiLine: import("vue").Ref; prefixWidth: any; selectSize: import("vue").ComputedRef; readonly: import("vue").ComputedRef; handleResize: () => void; collapseTagSize: import("vue").ComputedRef<"small" | "mini">; debouncedOnInputChange: import("lodash").DebouncedFunc<() => void>; debouncedQueryChange: import("lodash").DebouncedFunc<(e: any) => void>; deletePrevTag: (e: any) => void; deleteTag: (event: any, tag: any) => void; deleteSelected: (event: any) => void; handleOptionSelect: (option: any, byClick: any) => void; scrollToOption: (option: any) => void; inputWidth: import("vue").Ref; selected: any; inputLength: import("vue").Ref; filteredOptionsCount: import("vue").Ref; visible: import("vue").Ref; softFocus: import("vue").Ref; selectedLabel: import("vue").Ref; hoverIndex: import("vue").Ref; query: import("vue").Ref; inputHovering: import("vue").Ref; currentPlaceholder: import("vue").Ref; menuVisibleOnFocus: import("vue").Ref; isOnComposition: import("vue").Ref; isSilentBlur: import("vue").Ref; options: import("vue").Ref>; resetInputHeight: () => void; managePlaceholder: () => void; showClose: import("vue").ComputedRef; selectDisabled: import("vue").ComputedRef; iconClass: import("vue").ComputedRef<"" | "arrow-up is-reverse" | "arrow-up">; showNewOption: import("vue").ComputedRef; emptyText: import("vue").ComputedRef; toggleLastOptionHitState: (hit?: boolean) => any; resetInputState: (e: KeyboardEvent) => void; handleComposition: (event: any) => void; handleMenuEnter: () => void; handleFocus: (event: any) => void; blur: () => void; handleBlur: (event: Event) => void; handleClearClick: (event: Event) => void; handleClose: () => void; toggleMenu: () => void; selectOption: () => void; getValueKey: (item: any) => any; navigateOptions: (direction: any) => void; dropMenuVisible: import("vue").ComputedRef; focus: () => void; reference: any; input: any; popper: any; popperPaneRef: import("vue").ComputedRef; tags: any; selectWrapper: import("vue").Ref; scrollbar: any; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "remove-tag" | "clear" | "visible-change" | "focus" | "blur")[], "update:modelValue" | "change" | "remove-tag" | "clear" | "visible-change" | "focus" | "blur", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ disabled: boolean; valueKey: string; autocomplete: string; automaticDropdown: boolean; clearable: boolean; filterable: boolean; allowCreate: boolean; loading: boolean; popperClass: string; remote: boolean; multiple: boolean; multipleLimit: number; defaultFirstOption: boolean; reserveKeyword: boolean; collapseTags: boolean; popperAppendToBody: boolean; clearIcon: string; } & { name?: string; id?: string; modelValue?: unknown; size?: unknown; loadingText?: string; noMatchText?: string; noDataText?: string; remoteMethod?: Function; filterMethod?: Function; placeholder?: string; }>, { disabled: boolean; valueKey: string; autocomplete: string; automaticDropdown: boolean; clearable: boolean; filterable: boolean; allowCreate: boolean; loading: boolean; popperClass: string; remote: boolean; multiple: boolean; multipleLimit: number; defaultFirstOption: boolean; reserveKeyword: boolean; collapseTags: boolean; popperAppendToBody: boolean; clearIcon: string; }>; export default _default;