import { type ILayoutItemPath } from "../../../../types.js"; import { type DashboardLayoutDraggableItem, type InsightDraggableItem, type KpiDraggableItem, type RichTextDraggableItem, type VisualizationSwitcherDraggableItem } from "../../../dragAndDrop/types.js"; export declare function useMoveWidgetDropHandler(layoutPath: ILayoutItemPath): (item: DashboardLayoutDraggableItem | InsightDraggableItem | KpiDraggableItem | RichTextDraggableItem | VisualizationSwitcherDraggableItem) => void; //# sourceMappingURL=useMoveWidgetHandler.d.ts.map