import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgQuestionmarkCircle: (props: SVGProps) => React.JSX.Element; export default SvgQuestionmarkCircle; //# sourceMappingURL=QuestionmarkCircle.d.ts.map