import { ElementRef } from "@angular/core"; import { PageModel, SurveyModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class PageComponent extends BaseAngular { model: PageModel; survey?: SurveyModel; pageContainerRef: ElementRef; protected getModel(): PageModel; protected onModelChanged(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }