export declare const updateEsriLayer: (instance: any, props: any, prevProps: any) => void; /** * Base esri-leaflet layer component from which many other react-esri-leaflet components are built. * Should not be used directly */ declare const EsriLeafletLayer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default EsriLeafletLayer;