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