import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
import type { Install } from '../_utils/withInstall';
import autocomplete from "./src/autocomplete";
export declare const DkAutocomplete: Install<DefineComponent<{}, {}, unknown, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>>;
export type autocompleteInstance = InstanceType<typeof autocomplete>;
export default DkAutocomplete;
