import 'maplibre-gl/dist/maplibre-gl.css'; import React from 'react'; import { IMaplibreWorldMapProps } from './IMaplibreWorldMapProps'; /** * Main Maplibre world map component. * expects each data to already include a `coordinates: [lon, lat]` tuple. */ export declare const MaplibreWorldMap: React.FC; export default MaplibreWorldMap; //# sourceMappingURL=WorldMapControl.d.ts.map