///
///
import MapboxGlDraw from "@mapbox/mapbox-gl-draw";
export default class Draw {
_drawer: MapboxGlDraw;
_map: mapboxgl.Map;
constructor(drawer: any, map: mapboxgl.Map);
resetMode: () => void;
getId(type: string): string;
create: (id: string | null, _type: string, type: string, coordinates: number[] | number[][] | number[][][], props?: Map) => void;
unsetCursor: () => void;
off(): void;
}
//# sourceMappingURL=index.d.ts.map