import { BehaviorSubject } from 'rxjs'; import { ICoreButtonVNS } from '../libraries/core-button-group-vns/core-button-group-vns/ICoreButtonVNS'; import * as i0 from "@angular/core"; export declare class LayoutService { headerHeight$: BehaviorSubject; coreTableViewpotTop$: BehaviorSubject; leftbarReduced$: BehaviorSubject; leftbarOpen$: BehaviorSubject; corePageViewFormGroupBackgroundColor$: BehaviorSubject; landscapeMode$: BehaviorSubject; modulePanelWidth$: BehaviorSubject; contentContainerHeight$: BehaviorSubject; contentContainerWidth$: BehaviorSubject; layoutHeaderHeight$: BehaviorSubject; leftBarWideWidth$: BehaviorSubject; leftBarThinWidth: number; leftBarCurrentWidth$: BehaviorSubject; corePageHeaderHeight: number; corePaginationHeight: number; coreTabsHeaderLineHeight: number; basicSpacing: number; navigtorThinModeSpacing: number; tableBorderTop: number; formControlHeight: number; coreOrgTreeTopHeight: number; coreOrgTreeBottomHeight: number; headerHeight: number; quickLinkItemSize: number; comingSoonAvatarSize: number; comingSoonCardHeight: number; notificationCount$: BehaviorSubject; availableHeight$: BehaviorSubject; deviceWidth: number; deviceHeight: number; cellHeight: number; cellWidth: number; clickEdit$: BehaviorSubject; contentContainerHeight: number; scrollBarWidth: number; leftBarSecondIconLeft: number; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }