export default class QuestionStatic {
    static renderIcons(question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element;
    static renderQuestionHelp(question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element | null | undefined;
    static renderQuestionComments: (question: any, options: any, onCommentChange: any, showIcon: any) => import("react/jsx-runtime").JSX.Element | null | undefined;
    static renderQuestionLink(question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element | null | undefined;
    static getIconComponentFromName(iconName: any, question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element | null | undefined;
    static getIconFromIconList: (iconList: any, iconName: any) => any;
    static getIconComponent(icon: any, question: any, options: any, onCommentChange: any, showIcon: any): import("react/jsx-runtime").JSX.Element | null | undefined;
}
