import { MatrixRowModel, ItemValue, QuestionMatrixModel } from "survey-core"; import { BaseAngular } from "../base-angular"; import * as i0 from "@angular/core"; export interface INgMatrixCellChanged { onCellChanged(row: MatrixRowModel, column: ItemValue): void; } export declare class MatrixCellComponent extends BaseAngular { question: QuestionMatrixModel; column: ItemValue; row: MatrixRowModel; columnIndex: number; cellChangedOwner: INgMatrixCellChanged; protected getModel(): ItemValue; onChange(): void; get itemSvgIcon(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }