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 { EActiveTab } from "../../data-types/tabs.enum"; import { LocalStorageService } from "../../services/local-storage.service"; import { IAppState } from "../../store/state/app.state"; import { FormBuilder } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class CoworkerInfoComponent implements OnInit { private _store; private _router; private _location; private formBuilder; private translate; private localStorageService; private tokenRefreshed; private bookingToDelete; EInputStyleType: typeof EInputStyleType; EButtonType: typeof EButtonType; EActiveTab: typeof EActiveTab; coworkerInfo: any; showCancelBookingSection: boolean; coworkerInfoForm: import("@angular/forms").FormGroup; constructor(_store: Store, _router: Router, _location: Location, formBuilder: FormBuilder, translate: TranslateService, localStorageService: LocalStorageService); ngOnInit(): Promise; get getCalendarIcon(): string; navigateTo(link: any): void; get getClose(): string; goBack(): void; showCancel(event?: any): void; editCoworker(): Promise; get arrowLeftIcon(): string; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }