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