import { SurveyQuestionMatrixDropdownBase } from "./reactquestion_matrixdropdownbase";
export declare class SurveyQuestionMatrixDropdown extends SurveyQuestionMatrixDropdownBase {
    constructor(props: any);
}
