interface MermaidCodeBlockViewProps { code: string; selected: boolean; editable: boolean; updateAttributes: (attrs: Record) => void; deleteNode: () => void; mermaidLib: typeof import('mermaid').default; mermaidLibVersion: number; } export declare const MermaidCodeBlockView: ({ code, selected, editable, updateAttributes, deleteNode, mermaidLib, mermaidLibVersion, }: MermaidCodeBlockViewProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MermaidCodeBlockView.d.ts.map