import type { NodeViewProps } from '@tiptap/core'; export declare const CodeBlockNodeView: ({ node, selected, editor, updateAttributes, deleteNode, }: NodeViewProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CodeBlockNodeView.d.ts.map