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