import { IconProps } from '../lib';
declare function Question(props: IconProps): JSX.Element;
export default Question;
