import { AfterViewInit, ElementRef } from "@angular/core"; import { PanelModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class PanelComponent extends BaseAngular implements AfterViewInit { model: PanelModel; panelContainerRef: ElementRef; protected getModel(): PanelModel; ngAfterViewInit(): void; trackRowBy: (_: any, row: any) => any; get canRender(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }