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