import { AfterContentInit, ChangeDetectorRef, ElementRef, Renderer2 } from '@angular/core'; import { AfterViewInit } from '@angular/core'; import { PepCustomizationService, PepLayoutService, PepScreenSizeType } from '@pepperi-addons/ngx-lib'; import * as i0 from "@angular/core"; export declare class PepPageLayoutComponent implements AfterViewInit, AfterContentInit { customizationService: PepCustomizationService; layoutService: PepLayoutService; private cdRef; private hostElement; private renderer; addPadding: boolean; showShadow: boolean; screenSize: PepScreenSizeType; constructor(customizationService: PepCustomizationService, layoutService: PepLayoutService, cdRef: ChangeDetectorRef, hostElement: ElementRef, renderer: Renderer2); ngAfterViewInit(): void; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }