import { type ILayoutSectionPath } from "../../../../types.js"; import { type BaseDraggableMovingItem } from "../../../dragAndDrop/types.js"; export declare function useMoveWidgetToNewSectionDropHandler(newSectionIndex: ILayoutSectionPath): (item: BaseDraggableMovingItem) => void; //# sourceMappingURL=useMoveWidgetToNewSectionDropHandler.d.ts.map