import { NodeViewProps } from '@tiptap/react'; export default function CodeBlockNodeView({ node, updateAttributes, editor, deleteNode, }: NodeViewProps): import("react/jsx-runtime").JSX.Element;