import { OnInit } from '@angular/core'; import { CoreServices } from 'flx-engine'; import * as i0 from "@angular/core"; export declare class AppFooterComponent implements OnInit { private svc; activeNode$: any; compInstances$: any; constructor(svc: CoreServices); ngOnInit(): void; setCurrentPage(currentPage: number): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }