import "./MapLayerDroppable.scss"; import type { StyleMapLayerSettings } from "../Interfaces"; /** @internal */ interface MapLayerDroppableProps { isOverlay: boolean; layersList: StyleMapLayerSettings[]; hideEmptyPlaceholder: boolean; showDropLayerHereWhenEmpty: boolean; showEmptyDropPlaceholder: boolean; } /** @internal */ export declare function MapLayerDroppable(props: MapLayerDroppableProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MapLayerDroppable.d.ts.map