import { OnInit } from "@angular/core"; import { Router } from "@angular/router"; import { Store } from "@ngrx/store"; import { TranslateService } from "@ngx-translate/core"; import { EButtonType } from "../../data-types/button.enum"; import { EInputStyleType } from "../../data-types/input-style.enum"; import { IAppState } from "../../store/state/app.state"; import * as i0 from "@angular/core"; export declare class CoworkerConfirmationComponent implements OnInit { private _router; private translate; private _store; coworkingId: any; bookingList: any[]; lastBooking: any; bookingStates: any; EInputStyleType: typeof EInputStyleType; EButtonType: typeof EButtonType; bookingConfirmationMode: boolean; constructor(_router: Router, translate: TranslateService, _store: Store); ngOnInit(): Promise; redirectToBookings(): void; get getConfirmation(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }