import type { ElementProps, FloatingInteractionContext, UseTypeaheadProps } from './types'; export declare function useTypeahead(context: FloatingInteractionContext, props: UseTypeaheadProps): ElementProps; //# sourceMappingURL=useTypeahead.d.ts.map