import { Location } from "@angular/common"; 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 BookingComponent implements OnInit { private _store; private _router; private _location; private translate; weekInMs: number; monthInMs: number; coworkingId: any; private tokenRefreshed; private iconsLibrary; durations: any[]; selectedDuration: any; spaces: any[]; selectedSpace: any; startDay: any; finishDay: any; endDay: any; startHour: any; finishHour: any; openingHour: any; EInputStyleType: typeof EInputStyleType; EButtonType: typeof EButtonType; public_price: number; private_price: number; is_my_company: boolean; isError: boolean; isClosed: boolean; isClosedStart: boolean; isClosedEnd: boolean; coworking: any; constructor(_store: Store, _router: Router, _location: Location, translate: TranslateService); ngOnInit(): void; goBack(): void; canBooking(): any; getCoworking(): void; showConfirmation(): void; setNewDuration(event: any): void; private setHours; private checkIsClosed; setStartHours(event: any): void; setFinishHours(event: any): void; manageDates(): void; isHourEnabled(): boolean; setNewSpace(event: any): void; private calculatePrice; private checkHours; setNewDay(event: any): void; get inactiveSpaces(): boolean; private getSpaces; get getCloseIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }