import type { StyleMapLayerSettings } from "../Interfaces"; interface MapLayerActionButtonsProps { isOverlay: boolean; layersList: StyleMapLayerSettings[]; } export declare const MapLayerActionButtons: ({ isOverlay, layersList }: MapLayerActionButtonsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MapLayerActionButtons.d.ts.map