import { type AutocompleteProps } from '@expofp/ui';
declare const AutocompleteContainer: import("react").FunctionComponent<Omit<AutocompleteProps<import("@expofp/ui").AutocompleteOptionObject>, "ariaLabel" | "clearLabel" | "inline" | "noOptionsLabel" | "renderTarget">>;
export default AutocompleteContainer;
//# sourceMappingURL=AutocompleteContainer.d.ts.map