import { eLayoutType, SubscriptionService } from '@abp/ng.core'; import { AfterViewInit, OnDestroy } from '@angular/core'; export declare class ApplicationLayoutComponent implements AfterViewInit, OnDestroy { private subscription; static type: eLayoutType; isCollapsed: boolean; smallScreen: boolean; constructor(subscription: SubscriptionService); private checkWindowWidth; ngAfterViewInit(): void; ngOnDestroy(): void; }