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