import { ElementRef } from "@angular/core"; import { BaseAngular } from "../base-angular"; import { MatrixDropdownRowModelBase, QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedRow } from "survey-core"; import * as i0 from "@angular/core"; export declare class MatrixRowComponent extends BaseAngular { model: QuestionMatrixDropdownRenderedRow; question: QuestionMatrixDropdownModelBase; container: ElementRef; protected getModel(): QuestionMatrixDropdownRenderedRow; get row(): MatrixDropdownRowModelBase; trackCellBy(_: number, cell: any): string; protected onModelChanged(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }