import type { StyleMapLayerSettings } from "../Interfaces"; /** @internal */ interface MapLayersListProps { isOverlay: boolean; layersList: StyleMapLayerSettings[]; dragStartLayersList?: StyleMapLayerSettings[]; } /** @internal */ export declare function MapLayersList(props: MapLayersListProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MapLayersList.d.ts.map