export { tableCellImagePastePlugin } from './tableCellImagePastePlugin'; /** Runs after `remark-image-block` so invalid `image-block` inside `tableCell` becomes `paragraph`+`image`. */ export declare const tableCellImageRemark: import('@milkdown/utils').$Remark<"table-cell-image", unknown>; /** Rewrites pasted `image-block` slices to inline `image` when the cursor is in a table cell (default PM paste). */ export declare const tableCellImageTransform: import('@milkdown/utils').$Prose; export { createCellImageNode } from './tableCellImage';