import { FC } from "react";
interface SearchIconProps {
}
declare const SearchIcon: FC<SearchIconProps>;
export default SearchIcon;
