import { Ctx } from '@milkdown/kit/ctx'; import { useNodeViewFactory } from '@prosemirror-adapter/react'; /** * React component for rendering embed blocks in the editor */ export declare const EmbedNodeView: () => import("react/jsx-runtime").JSX.Element; /** * Configure the embed NodeView with the editor */ export declare function configureEmbedNodeView(ctx: Ctx, nodeViewFactory: ReturnType): void;