import { ElementRef, AfterViewInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class PageLayoutComponent implements AfterViewInit { layout: string; background: string; noPadding: boolean; noFooter: boolean; brandIdentity: boolean; backgroundElement: ElementRef; scrollHeight: number; height: number; ngAfterViewInit(): void; get classes(): string; get getBackground(): string; onScroll(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }