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