import { OnDestroy, OnInit } from "@angular/core"; import { DeviceState } from "smartstock-core"; import { ReportNavigationService } from "../services/report-navigation.service"; import { Router } from "@angular/router"; import { Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class IndexPage implements OnInit, OnDestroy { readonly deviceState: DeviceState; private readonly router; private readonly navigation; reportPages: any[]; destroyer: Subject; constructor(deviceState: DeviceState, router: Router, navigation: ReportNavigationService); ngOnInit(): Promise; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }