import { ElementRef } from '@angular/core'; import { LayoutService, OffsetBySidebarDirective } from './layout'; export declare class BodyComponent { private elementRef; style: {}; headerHeight: number; footerHeight: number; offset: OffsetBySidebarDirective; private ngUnsubscribe; constructor(elementRef: ElementRef, layoutService: LayoutService); ngAfterViewInit(): void; ngOnDestroy(): void; } export declare class BodyModule { }