import { Dispatch, SetStateAction } from 'react';
type Props = {
    searchString: string;
    setSearchString: Dispatch<SetStateAction<string>>;
    explorePageTab?: number;
};
declare function ExploreSearchBar({ searchString, setSearchString }: Props): import("react/jsx-runtime").JSX.Element;
export default ExploreSearchBar;
//# sourceMappingURL=ExploreSearchBar.d.ts.map