import { DataBridgeService } from './services/data-bridge.service'; import * as i0 from "@angular/core"; export declare class IndoorMappingComponentService { private _dataBridgeService; constructor(_dataBridgeService: DataBridgeService); getProcessedDataFromLayout(layout: any): { geoJson: { type: string; features: any[]; image: any; }; floorDetails: any; }; static ɵfac: i0.ɵɵFactoryDef; static ɵprov: i0.ɵɵInjectableDef; }