import type { AutocompleteProps, AutocompleteSuggestion } from './autocomplete'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_9: {}, __VLS_15: {}, __VLS_25: {}, __VLS_27: { item: any; }, __VLS_29: {}; type __VLS_Slots = {} & { prepend?: (props: typeof __VLS_1) => any; } & { prefix?: (props: typeof __VLS_3) => any; } & { suffix?: (props: typeof __VLS_9) => any; } & { append?: (props: typeof __VLS_15) => any; } & { loading?: (props: typeof __VLS_25) => any; } & { default?: (props: typeof __VLS_27) => any; } & { empty?: (props: typeof __VLS_29) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; close: () => void; highlight: (index: number) => void; inputRef: HTMLInputElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { clear: () => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; change: (value: string) => any; input: (value: string) => any; select: (item: AutocompleteSuggestion) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onSelect?: ((item: AutocompleteSuggestion) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { disabled: boolean; size: import("./autocomplete").AutocompleteSize; placement: import("./autocomplete").AutocompletePlacement; teleported: boolean; autofocus: boolean; clearable: boolean; debounce: number; validateEvent: boolean; triggerOnFocus: boolean; valueKey: string; fitInputWidth: boolean; highlightFirstItem: boolean; autocomplete: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };