import { StyledAutoCompleteOption } from '../../types/search'; type __VLS_Props = { disabled?: boolean; placeholder?: string; fullWidth?: boolean; initialSearchValue?: string; suggestionsFetcher: (value: string) => Promise; minSearchLength?: number; }; declare function clear(): void; declare function setValue(value: string): void; declare const _default: import('vue').DefineComponent<__VLS_Props, { clear: typeof clear; setValue: typeof setValue; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { search: (s: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSearch?: ((s: string) => any) | undefined; }>, { initialSearchValue: string; minSearchLength: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;