/// <reference types="react" />
import type { SearchBarProps } from './type';
declare const SearchBar: import("react").NamedExoticComponent<SearchBarProps>;
export default SearchBar;
