import { Ctx } from '@milkdown/kit/ctx'; import { useNodeViewFactory } from '@prosemirror-adapter/react'; export declare const AttachmentNodeView: () => import("react/jsx-runtime").JSX.Element; export declare function configureAttachmentNodeView(ctx: Ctx, nodeViewFactory: ReturnType): void;