import "./MapLayersWidget.scss"; import type { MapLayerOptions } from "../Interfaces"; /** * Widget to Manage Map Layers * @beta */ interface MapLayersWidgetProps { mapLayerOptions?: MapLayerOptions; } export declare function MapLayersWidget(props: MapLayersWidgetProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MapLayersWidget.d.ts.map