import React from "react"; import type { StyleMapLayerSettings } from "../../Interfaces"; import type { MapLayerSelectionActions, MapLayerState } from "./types"; export declare function useMapLayerSelectionActions(args: { backgroundLayers: StyleMapLayerSettings[]; overlayLayers: StyleMapLayerSettings[]; setMapLayers: React.Dispatch>; }): MapLayerSelectionActions; //# sourceMappingURL=useMapLayerSelectionActions.d.ts.map