import type { ImageNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; export declare function removeImage(editor: SlateEditor, image?: ImageNode): ImageNode | null;