export default QuestionCommentIcon;
declare function QuestionCommentIcon(props: any): import("react/jsx-runtime").JSX.Element;
declare namespace QuestionCommentIcon {
    namespace propTypes {
        let question: PropTypes.Validator<object>;
        let onChange: PropTypes.Validator<(...args: any[]) => any>;
    }
}
import PropTypes from "prop-types";
