import * as React from "react"; import { IconProps } from '../lib'; declare const Question: (props: IconProps) => React.JSX.Element; export default Question; //# sourceMappingURL=Question.d.ts.map