import { FC } from "react"; import { SearchPropsType } from "./interface"; declare const Search: FC; export default Search;