import { FunctionComponent } from 'react'; import { TypeaheadProps } from './Typeahead.types'; export declare const CREATE_NEW_ITEM = "create-new-with-name"; export declare const Typeahead: FunctionComponent; //# sourceMappingURL=Typeahead.d.ts.map