import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, ViewContainerRef } from "@angular/core"; import { IElement, QuestionRowModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class RowComponent extends BaseAngular implements AfterViewInit { private ngZone; row: QuestionRowModel; container?: ElementRef; constructor(cdr: ChangeDetectorRef, vcr: ViewContainerRef, ngZone: NgZone); private lazyRenderingTimeout?; protected getModel(): QuestionRowModel; trackElementBy(index: number, element: IElement): string; ngAfterViewInit(): void; protected onModelChanged(): void; private stopLazyRendering; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }