import { AfterViewInit, ElementRef, OnDestroy } from "@angular/core"; import { Question } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class QuestionAngular extends BaseAngular implements AfterViewInit, OnDestroy { model: T; elementContentRef: ElementRef; protected getModel(): T; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "ng-component", never, { "model": "model"; }, {}, never, never>; } export declare function getComponentName(question: Question): string;