import { type ILayoutSectionPath } from "../../../../types.js"; import { type BaseDraggableLayoutItemSize } from "../../../dragAndDrop/types.js"; export declare function useNewSectionDashboardLayoutPlaceholderDropHandler(sectionIndex: ILayoutSectionPath): (defaultItemSize: BaseDraggableLayoutItemSize) => void; //# sourceMappingURL=useNewSectionDashboardLayoutPlaceholderDropHandler.d.ts.map