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