import { type DropZoneType, type ILayoutItemPath } from "../../../../types.js"; /** * @internal */ export declare function useWidgetDragHoverHandlers(): { handleDragHoverStart: (coordinates: ILayoutItemPath, triggeringDropZoneType: DropZoneType) => void; handleDragHoverEnd: () => void; }; //# sourceMappingURL=useWidgetDragHoverHandlers.d.ts.map