export default SearchBar;
declare function SearchBar({ componentsProps }: {
    componentsProps: any;
}): JSX.Element;
