import { OnInit, ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import { PuiLayoutService } from '../../../core/index'; export declare class PuiStatusBarComponent implements OnInit { private layoutService; private componentFactoryResolver; footerContainer: ViewContainerRef; constructor(layoutService: PuiLayoutService, componentFactoryResolver: ComponentFactoryResolver); ngOnInit(): void; }