import SearchBar from "./search-bar"; export type { SearchBarProps } from './search-bar'; export default SearchBar;