import type { AttachmentNode } from '@prezly/slate-types'; import type { SlateEditor } from '@udecode/plate-common'; export declare function removeFileAttachment(editor: SlateEditor): AttachmentNode | null;