/// import 'leaflet.heat'; import 'leaflet/dist/leaflet.css'; import '../styles/leafletStyles.css'; import { LeafletMapProps } from '../interfaces'; export default function LeafletMap({ layerData, tileLayerImg }: LeafletMapProps): JSX.Element;