import type { AutoCompleteExpose, AutoCompleteGroupOption, AutoCompleteOption, AutoCompleteProps } from './type'; declare const __VLS_export: import("vue").DefineComponent any; change: (value: string, e?: Event | undefined) => any; blur: (e: FocusEvent) => any; input: (value: string, e: Event) => any; focus: (e: FocusEvent) => any; select: (value: string, option: string | AutoCompleteOption, e: MouseEvent) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((value: string) => any) | undefined; onChange?: ((value: string, e?: Event | undefined) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((value: string, e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; onSelect?: ((value: string, option: string | AutoCompleteOption, e: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { disabled: boolean; readonly: boolean; loading: boolean; clearable: boolean; status: "success" | "warning" | "error" | "normal"; options: (string | AutoCompleteOption | AutoCompleteGroupOption)[]; virtualScroll: boolean; showPopoverEmpty: boolean; append: boolean; optionsDestroyOnHide: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;