export declare const useHovering: () => { hoveredId: string; setDroppedAsHovered: (droppedId: string) => void; onDragIconHoverStart: (itemKey: string, draggingId: string) => void; onDragIconHoverEnd: (_itemKey: string, draggingId: string) => void; };