/// import { MaplibreProps } from "./Map.types"; import 'maplibre-gl/dist/maplibre-gl.css'; declare const Maplibre: ({ option, controls, points, circles, rectangles, lines, popups, children, poiHoverEnabled, defaultCursorIcon, onRenderingComplete, onPointsRenderingComplete, onLinesRenderingComplete, onCirclesRenderingComplete, onPopupsRenderingComplete, onMapClick, onceMapContextMenu, onMapDoubleClick, onceMapClick, onceMapDoubleClick, onMapDragStart, onMapDragEnd, onMapLoad, onMapMoveEnd, mapStatus, style, className, easeTo, bound, flyTo }: MaplibreProps) => JSX.Element; export default Maplibre;