import { Router } from '@angular/router'; import { DataStoreService } from '../../services/data-store.service'; import { MappedProduct } from '../../models/shared/product'; import * as i0 from "@angular/core"; export declare class LayoutComponent { private readonly router; private readonly store; appName: string; step: number; device: MappedProduct; interventionTypeId: number; steps: { number: number; name: string; status: string; }[]; constructor(router: Router, store: DataStoreService); ngAfterContentInit(): void; private loadDeviceData; private parseJsonSafely; private calculateInterventionType; private updateStepsBasedOnInterventionType; updateSteps(_step: number): void; prev(): void; next(): void; navigate(page: number): void; login(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }