/// import Draw from "./index"; export default class DrawText extends Draw { _type: string; currentId: string | null; endCb?: (geo?: GeoJSON.Feature | undefined) => void; styleProps: Map; constructor(drawer: any, map: mapboxgl.Map); start(styleProps: Map): Promise; pickIn: ({ lngLat: { lng, lat } }: mapboxgl.MapMouseEvent) => void; getCurrentId(): string | null; drawEvent(): void; off(): void; } //# sourceMappingURL=DrawText.d.ts.map