import * as React from 'react'; import type { MapToolProps, ToolbarToolProps } from '@collabdt/plugin-kit/types/map'; /** * Where the map is, and a button to record it. The marker itself is drawn by `MarkersLayer`, * because this panel unmounts as soon as the dropdown closes. */ export declare function MapTool({ map }: ToolbarToolProps & MapToolProps): React.JSX.Element; //# sourceMappingURL=MapTool.d.ts.map