import { FC } from 'react'; import { SearchBarProps } from './type'; declare const SearchBar: FC; export default SearchBar;