/// import Draw from "./index"; export default class Measure extends Draw { styleProps: Map; currentType: string; endCb?: (geo?: GeoJSON.Feature | undefined) => void; constructor(drawer: any, map: mapboxgl.Map); start(_type: string, styleProps: Map): Promise; baseEvent(): void; createdCb: ({ features: [{ id }] }: { features: GeoJSON.Feature[]; }) => void; off(): void; } //# sourceMappingURL=BaseDraw.d.ts.map