export type { Props, Option, GroupOption } from './AutoComplete'; declare const _default: { new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{ onSearch?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onClear?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onOpenChange?: ((...args: any[]) => any) | undefined; onDropdownVisibleChange?: ((...args: any[]) => any) | undefined; }>, { focus: () => void; blur: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { search: (...args: any[]) => void; select: (...args: any[]) => void; blur: (...args: any[]) => void; change: (...args: any[]) => void; focus: (...args: any[]) => void; clear: (...args: any[]) => void; "update:value": (...args: any[]) => void; openChange: (...args: any[]) => void; dropdownVisibleChange: (...args: any[]) => void; }, import('vue').PublicProps, { size: "small" | "middle" | "large"; bordered: boolean; placeholder: string; width: string | number; open: boolean; disabled: boolean; allowClear: boolean; autofocus: boolean; backfill: boolean; defaultActiveFirstOption: boolean; defaultOpen: boolean; popupClassName: string; dropdownMatchSelectWidth: boolean | number; dropdownMenuStyle: import('vue').CSSProperties; to: string | HTMLElement | false; options: (string | number | import('./AutoComplete').Option | import('./AutoComplete').GroupOption)[]; value: string; status: "error" | "warning"; filterOption: boolean | ((inputValue: string, option: import('./AutoComplete').Option) => boolean); }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { contentRef: HTMLDivElement; customInputRef: HTMLDivElement; inputRef: HTMLInputElement; panelRef: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onSearch?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onClear?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onOpenChange?: ((...args: any[]) => any) | undefined; onDropdownVisibleChange?: ((...args: any[]) => any) | undefined; }>, { focus: () => void; blur: () => void; }, {}, {}, {}, { size: "small" | "middle" | "large"; bordered: boolean; placeholder: string; width: string | number; open: boolean; disabled: boolean; allowClear: boolean; autofocus: boolean; backfill: boolean; defaultActiveFirstOption: boolean; defaultOpen: boolean; popupClassName: string; dropdownMatchSelectWidth: boolean | number; dropdownMenuStyle: import('vue').CSSProperties; to: string | HTMLElement | false; options: (string | number | import('./AutoComplete').Option | import('./AutoComplete').GroupOption)[]; value: string; status: "error" | "warning"; filterOption: boolean | ((inputValue: string, option: import('./AutoComplete').Option) => boolean); }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase & Readonly<{ onSearch?: ((...args: any[]) => any) | undefined; onSelect?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onClear?: ((...args: any[]) => any) | undefined; "onUpdate:value"?: ((...args: any[]) => any) | undefined; onOpenChange?: ((...args: any[]) => any) | undefined; onDropdownVisibleChange?: ((...args: any[]) => any) | undefined; }>, { focus: () => void; blur: () => void; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { search: (...args: any[]) => void; select: (...args: any[]) => void; blur: (...args: any[]) => void; change: (...args: any[]) => void; focus: (...args: any[]) => void; clear: (...args: any[]) => void; "update:value": (...args: any[]) => void; openChange: (...args: any[]) => void; dropdownVisibleChange: (...args: any[]) => void; }, string, { size: "small" | "middle" | "large"; bordered: boolean; placeholder: string; width: string | number; open: boolean; disabled: boolean; allowClear: boolean; autofocus: boolean; backfill: boolean; defaultActiveFirstOption: boolean; defaultOpen: boolean; popupClassName: string; dropdownMatchSelectWidth: boolean | number; dropdownMenuStyle: import('vue').CSSProperties; to: string | HTMLElement | false; options: (string | number | import('./AutoComplete').Option | import('./AutoComplete').GroupOption)[]; value: string; status: "error" | "warning"; filterOption: boolean | ((inputValue: string, option: import('./AutoComplete').Option) => boolean); }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; clearIcon?(_: { clearIcon: () => void; }): any; option?(_: { options?: (string | number | { disabled?: boolean | undefined; value: string | number; label: string; })[] | undefined; label?: string | undefined; value?: string | number | undefined; }): any; option?(_: { disabled?: boolean; value: string | number; label: string; }): any; option?(_: { disabled?: boolean; value: string | number; label: string; }): any; }; }) & import('vue').Plugin; export default _default;