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<MatrixCellWrapperViewModel> {
    componentName: string;
    componentData: any;
    contentTempl: TemplateRef<any>;
    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<MatrixCellComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MatrixCellComponent, "svc-matrix-cell", never, { "componentName": "componentName"; "componentData": "componentData"; "contentTempl": "contentTempl"; }, {}, never, never>;
}
