import { OnInit } from "@angular/core"; import { Store } from "@ngrx/store"; import { IStep } from "../../data-types/steps.interface"; import { IAppState } from "../../store/state/app.state"; import * as i0 from "@angular/core"; export declare class CoworkingStepperComponent implements OnInit { private _store; steps: Array; constructor(_store: Store); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }