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