import { ElementRef } from '@angular/core'; import { LayoutService, OffsetBySidebarDirective } from './layout'; export declare class FooterComponent { private layoutService; style: {}; fixed: boolean; footer: ElementRef; offset: OffsetBySidebarDirective; constructor(layoutService: LayoutService); ngAfterViewInit(): void; } export declare class FooterModule { }