import { OnInit } from "@angular/core"; import { EButtonType } from "../../data-types/button.enum"; import { EInputStyleType } from "../../data-types/input-style.enum"; import { FormArray, FormBuilder } from "@angular/forms"; import { EInputMediaStyleType } from "../../data-types/input-media-style.enum"; import { Store } from "@ngrx/store"; import { IAppState } from "../../store/state/app.state"; import { LocalStorageService } from "../../services/local-storage.service"; import { ISpaceType } from "../../data-types/space.interface"; import { CoworkingService } from "../../services/coworking.service"; import * as i0 from "@angular/core"; export declare class BackofficeEditSpaceComponent implements OnInit { private formBuilder; private _store; private coworkingService; private localStorageService; spaceId: any; closeModal: any; EInputStyleType: typeof EInputStyleType; EButtonType: typeof EButtonType; EInputMediaStyleType: typeof EInputMediaStyleType; ready: boolean; spaceInfo: any; spaceTypes: Array; selectedType: ISpaceType; constructor(formBuilder: FormBuilder, _store: Store, coworkingService: CoworkingService, localStorageService: LocalStorageService); ngOnInit(): Promise; editSpaceForm: FormArray; getSpace(): Promise; get formControl(): import("@angular/forms").AbstractControl[]; editSpace(): Promise; setLocation(currentLocation: any): void; _setLocation(location: any): void; getErrors(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }