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