import React from 'react';
declare class QuestionListByConcept extends React.Component<any, any> {
    constructor(props: any);
    renderLabel(concept: any): JSX.Element;
    renderQuestionLinks(questions: any): any;
    renderConceptWithQuestions(questions: any, label: any): any[];
    mapConceptsToList(): any[][];
    render(): JSX.Element;
}
export { QuestionListByConcept };
