import type { SlateEditor } from '@udecode/plate-common'; import { EmbedNode } from '../EmbedNode'; import type { Presentation } from '../types'; export declare function convertEmbed(editor: SlateEditor, element: EmbedNode, presentation: Presentation): void;