import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const SearchIcon: FC; export default SearchIcon;