import React from "react"; import { IconColor } from "../icons/iconColors"; interface SearchIconProps { color?: IconColor; hoverColor?: IconColor; } export declare const SearchIcon: React.FC; export {};