import { OnInit } from "@angular/core"; import { DeviceState } from "smartstock-core"; import * as i0 from "@angular/core"; export declare class IndexPage implements OnInit { readonly deviceState: DeviceState; constructor(deviceState: DeviceState); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }