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