import { BehaviorSubject, Observable } from 'rxjs'; import { PageLayoutService } from './page-layout.service'; import * as i0 from "@angular/core"; export declare class PageLayoutComponent { protected pageLayoutService: PageLayoutService; set section(value: string); readonly section$: BehaviorSubject; readonly templateName$: Observable; readonly layoutName$: Observable; readonly slots$: Observable; readonly pageFoldSlot$: Observable; constructor(pageLayoutService: PageLayoutService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }