import { type DragPreviewProps } from "../../../dragAndDrop/DragLayerPreview/types.js"; import { type DraggableContentItem } from "../../../dragAndDrop/types.js"; export declare function ContentDragPreview({ itemType, item, initialOffset, clientOffset }: DragPreviewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ContentDragPreview.d.ts.map