import React from 'react'; import { SvgProps } from './types'; declare const Question: React.FC; export default Question;