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 { EActiveTab } from "../../data-types/tabs.enum"; import { IAppState } from "../../store/state/app.state"; import * as i0 from "@angular/core"; export declare class CoworkerBookingComponent implements OnInit { private _store; private _router; private translate; coworkingId: any; private tokenRefreshed; private bookingToDelete; show24CancelMessage: boolean; EInputStyleType: typeof EInputStyleType; EButtonType: typeof EButtonType; EActiveTab: typeof EActiveTab; bookingList: any[]; bookingListPast: any[]; bookingListAfter: any[]; bookingStates: any[]; showCancelBookingSection: boolean; constructor(_store: Store, _router: Router, translate: TranslateService); ngOnInit(): Promise; get getCalendarIcon(): string; private get getCancelStatus(); get getClose(): string; showCancel24msg(booking: any): boolean; showCancel(event?: any): void; cancelBooking(): Promise; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }