import { ElInputInstance } from '../ele-app/el'; import { EleTooltipInstance } from '../ele-app/plus'; import { SelectedItem } from './types'; declare function __VLS_template(): { prefix?(_: {}): any; clearIcon?(_: {}): any; suffixIcon?(_: { visible: boolean; }): any; maxTagPlaceholder?(_: { omittedValues: SelectedItem[]; omittedSize: number; }): any; default?(_: {}): any; }; declare const __VLS_component: import('vue').DefineComponent; default: () => null; }; multiple: BooleanConstructor; disabled: BooleanConstructor; size: import('vue').PropType; clearable: BooleanConstructor; placeholder: StringConstructor; selectedLabel: StringConstructor; selected: import('vue').PropType; maxTagCount: NumberConstructor; maxTagTextLength: NumberConstructor; tagType: import('vue').PropType; automaticDropdown: BooleanConstructor; filterable: BooleanConstructor; visible: BooleanConstructor; teleported: BooleanConstructor; persistent: BooleanConstructor; placement: import('vue').PropType; transition: { type: StringConstructor; default: string; }; popperOptions: import('vue').PropType; popperClass: StringConstructor; popperWidth: (StringConstructor | NumberConstructor)[]; selectClass: StringConstructor; selectStyle: import('vue').PropType; inputStyle: import('vue').PropType; selectTagsStyle: import('vue').PropType; }>, { tooltipRef: import('vue').Ref; inputRef: import('vue').Ref; searchRef: import('vue').Ref; currentTags: import('vue').ComputedRef; omittedTags: import('vue').ComputedRef; omittedSize: import('vue').ComputedRef; updatePopper: () => void; focusSearchInput: (e?: MouseEvent) => void; updateSearchValue: (modelValue: string) => void; updateInputValue: (modelValue: string) => void; updateVisible: (visible: boolean) => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { focus: (_e: FocusEvent) => void; blur: (_e: FocusEvent) => void; clear: () => void; "update:visible": (_visible: boolean) => void; filterChange: (_value: string) => void; removeTag: (_item: SelectedItem) => void; }, string, import('vue').PublicProps, Readonly; default: () => null; }; multiple: BooleanConstructor; disabled: BooleanConstructor; size: import('vue').PropType; clearable: BooleanConstructor; placeholder: StringConstructor; selectedLabel: StringConstructor; selected: import('vue').PropType; maxTagCount: NumberConstructor; maxTagTextLength: NumberConstructor; tagType: import('vue').PropType; automaticDropdown: BooleanConstructor; filterable: BooleanConstructor; visible: BooleanConstructor; teleported: BooleanConstructor; persistent: BooleanConstructor; placement: import('vue').PropType; transition: { type: StringConstructor; default: string; }; popperOptions: import('vue').PropType; popperClass: StringConstructor; popperWidth: (StringConstructor | NumberConstructor)[]; selectClass: StringConstructor; selectStyle: import('vue').PropType; inputStyle: import('vue').PropType; selectTagsStyle: import('vue').PropType; }>> & Readonly<{ onFocus?: ((_e: FocusEvent) => any) | undefined; onBlur?: ((_e: FocusEvent) => any) | undefined; onClear?: (() => any) | undefined; "onUpdate:visible"?: ((_visible: boolean) => any) | undefined; onFilterChange?: ((_value: string) => any) | undefined; onRemoveTag?: ((_item: SelectedItem) => any) | undefined; }>, { value: import('./types').SelectValue; teleported: boolean; clearable: boolean; disabled: boolean; filterable: boolean; persistent: boolean; visible: boolean; transition: string; automaticDropdown: boolean; multiple: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };