import { PropType } from 'vue'; import type { FloatingOptions } from '../_utils/floating'; import { VirtualListProps } from '../_components/virtual-list/interface'; import { FilterOption, SelectOptionData, SelectOptionGroup } from '../select/interface'; import { TriggerProps } from '../trigger'; declare const _default: import("vue").DefineComponent; default: () => never[]; }; popupContainer: { type: PropType; }; strict: { type: BooleanConstructor; default: boolean; }; filterOption: { type: PropType; default: boolean; }; triggerProps: { type: PropType; }; floatingOptions: { type: PropType; }; allowClear: { type: BooleanConstructor; default: boolean; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; virtualListProps: { type: PropType; }; }>, { inputRef: import("vue").Ref; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (_value: string) => true; change: (_value: string) => true; search: (_value: string) => true; select: (_value: string) => true; clear: (_ev: Event) => true; dropdownScroll: (_ev: Event) => true; dropdownReachBottom: (_ev: Event) => true; }, string, import("vue").PublicProps, Readonly; default: () => never[]; }; popupContainer: { type: PropType; }; strict: { type: BooleanConstructor; default: boolean; }; filterOption: { type: PropType; default: boolean; }; triggerProps: { type: PropType; }; floatingOptions: { type: PropType; }; allowClear: { type: BooleanConstructor; default: boolean; }; fitWidth: { type: BooleanConstructor; default: boolean; }; maxWFull: { type: BooleanConstructor; default: boolean; }; virtualListProps: { type: PropType; }; }>> & Readonly<{ onSearch?: ((_value: string) => any) | undefined; onClear?: ((_ev: Event) => any) | undefined; onChange?: ((_value: string) => any) | undefined; onSelect?: ((_value: string) => any) | undefined; "onUpdate:modelValue"?: ((_value: string) => any) | undefined; onDropdownScroll?: ((_ev: Event) => any) | undefined; onDropdownReachBottom?: ((_ev: Event) => any) | undefined; }>, { strict: boolean; disabled: boolean; readonly: string | boolean; data: (string | number | SelectOptionData | SelectOptionGroup)[]; defaultValue: string; modelValue: string; allowClear: boolean; fitWidth: boolean; maxWFull: boolean; filterOption: FilterOption; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;