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