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