import React from 'react';
import { UseAsyncProps } from '../../behaviors/async';
import Typeahead from '../../core/Typeahead';
declare const AsyncTypeahead: React.ForwardRefExoticComponent<UseAsyncProps & React.RefAttributes<Typeahead>>;
export default AsyncTypeahead;
