import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgQuestionMark({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgQuestionMark: React.MemoExoticComponent; export default MemoSvgQuestionMark; //# sourceMappingURL=QuestionMark.d.ts.map