export interface ISvgMapOption { [index: string]: any; floor_id: string; url: string; depth?: number; drawFillShapes?: boolean; drawStrokes?: boolean; fillShapesWireframe?: boolean; strokesWireframe?: boolean; }