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