import { FC, SVGProps } from 'react'; declare const IconSearch: FC & { fill?: string }>; export default IconSearch;