import { type ILayoutSectionPath } from "../../../../types.js"; export declare const useEmptyContentHandlers: (sectionPath: ILayoutSectionPath) => { canDrop: boolean; isOver: boolean; itemType: import("../../../dragAndDrop/types.js").DraggableItemType; item: import("../../../dragAndDrop/types.js").DashboardLayoutDraggableItem | import("../../../dragAndDrop/types.js").DashboardLayoutDraggableListItem | import("../../../dragAndDrop/types.js").InsightDraggableItem | import("../../../dragAndDrop/types.js").InsightDraggableListItem | import("../../../dragAndDrop/types.js").InsightPlaceholderDraggableItem | import("../../../dragAndDrop/types.js").KpiPlaceholderDraggableItem | import("../../../dragAndDrop/types.js").RichTextDraggableItem | import("../../../dragAndDrop/types.js").RichTextDraggableListItem | import("../../../dragAndDrop/types.js").VisualizationSwitcherDraggableItem | import("../../../dragAndDrop/types.js").VisualizationSwitcherDraggableListItem; dropRef: import("@evil-internetmann/react-dnd").ConnectDropTarget; }; //# sourceMappingURL=useEmptyContentHandlers.d.ts.map