import type { StyleMapLayerSettings } from "../Interfaces"; import type { useSortable } from "@dnd-kit/react/sortable"; interface MapLayerItemProps { layer: StyleMapLayerSettings; index: number; sortable: ReturnType; } export declare function MapLayerItem(props: MapLayerItemProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MapLayerItem.d.ts.map