import { TemplateRef } from "@angular/core"; import { QuestionSelectBase } from "survey-core"; import { MatrixCellWrapperViewModel } from "survey-creator-core"; import { CreatorModelComponent } from "../creator-model.component"; import * as i0 from "@angular/core"; export declare class MatrixCellComponent extends CreatorModelComponent { componentName: string; componentData: any; contentTempl: TemplateRef; adorner: MatrixCellWrapperViewModel; private get creator(); get question(): QuestionSelectBase; get isSupportCellEditor(): boolean; get column(): any; get element(): any; selectContext(event: MouseEvent): void; get row(): any; protected createModel(): void; protected getPropertiesToTrack(): string[]; protected getModel(): MatrixCellWrapperViewModel; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }