import { Question } from "survey-core";
import { BaseAngular } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class CellQuestionComponent<T extends Question> extends BaseAngular<T> {
    componentName: string;
    componentData: any;
    protected getModel(): T;
    get model(): T;
    static ɵfac: i0.ɵɵFactoryDeclaration<CellQuestionComponent<any>, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CellQuestionComponent<any>, "svc-cell-question", never, { "componentName": "componentName"; "componentData": "componentData"; }, {}, never, never>;
}
