import { FC } from 'react'; interface SearchIconProps { /** * Color of the icon. */ color?: string; } export declare const SearchIcon: FC; export {};