import React from 'react'; export interface IAutocompletePropsAsync { name: string; fullWidth?: boolean; title?: string; required?: boolean; getOptions: Function; } export declare const AutocompleteAsync: React.FC; //# sourceMappingURL=index.d.ts.map