import * as React from "react"; import * as EsriLeaflet from "esri-leaflet"; /** * DynamicMapLayer component, react-leaflet wrapper for [L.esri.DynamicMapLayer](https://developers.arcgis.com/esri-leaflet/api-reference/layers/dynamic-map-layer/). * * For more info: https://github.com/slutske22/react-esri-leaflet#components */ declare const DynamicMapLayer: React.ForwardRefExoticComponent>; export default DynamicMapLayer;