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