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