import { FC } from 'react'; import { AutoCompletePropsType } from './types'; declare const AutoComplete: FC; export default AutoComplete;