import { EventEmitter, OnInit } from '@angular/core'; import { AppLayoutConfiguration } from './types'; import { Layout1Service } from './layout1.service'; import { Layout1HeaderDirective } from './layout1-header.directive'; import { Layout1FooterDirective } from './layout1-footer.directive'; import { Layout1AsideDirective } from './layout1-aside.directive'; import { BreakpointObserver } from '@angular/cdk/layout'; import * as i0 from "@angular/core"; export declare class Layout1Component implements OnInit { private layoutService; config: AppLayoutConfiguration; showAside: boolean; backdropClick: EventEmitter; protected header?: Layout1HeaderDirective; protected footer?: Layout1FooterDirective; protected aside?: Layout1AsideDirective; protected get _showAside(): boolean; protected _floatAside: boolean; constructor(layoutService: Layout1Service, breakpointObserver: BreakpointObserver); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }