import React from 'react'; import type { MapRef } from 'react-map-gl/maplibre'; interface StatsOverlayProps { mapRef: React.RefObject; enabled: boolean; } export declare function StatsOverlay({ mapRef, enabled }: StatsOverlayProps): any; export {}; //# sourceMappingURL=stats.d.ts.map