export default SearchBar; declare function SearchBar({ searchInput, setSearchTerm, loading, searchMenuButton, disabled, autoFocusSearch, noForm }: { searchInput: any; setSearchTerm: any; loading: any; searchMenuButton: any; disabled: any; autoFocusSearch: any; noForm: any; }): import("react/jsx-runtime").JSX.Element | undefined;