export default LayerSwitcher; /** * @classdesc * * Leaflet Control Class to manage map layers : their order, visibility and opacity, and display their informations (title, description, legends, metadata...) * * Use {@link module:Controls.LayerSwitcher L.geoportalControl.LayerSwitcher()} factory to create instances of that class. * * **Extends** Leaflet L.Control.Layers native class. * * @namespace * @alias L.geoportalControl.LayerSwitcher */ declare var LayerSwitcher: any; //# sourceMappingURL=LayerSwitcher.d.ts.map