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