import { BaseAngular } from "../base-angular"; import { QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedTable } from "survey-core"; import * as i0 from "@angular/core"; export declare class MatrixTableComponent extends BaseAngular { question: QuestionMatrixDropdownModelBase; table: QuestionMatrixDropdownRenderedTable; protected getModel(): QuestionMatrixDropdownRenderedTable; trackCellBy(_: number, cell: any): string; trackRowBy(index: number, row: any): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }