import { SearchBar } from './searchbar';
export type { WebSearchBarProps as SearchBarProps } from "../../types";
export default SearchBar;
