import React from "react"; export declare function StyledMermaidGraph({ children, className }: { children?: React.ReactNode; className?: string; }): React.JSX.Element; export declare function CodeBlockWithExtendedSupport({ children, className, inline }: { children?: React.ReactNode; className?: string; inline?: boolean; }): React.JSX.Element; //# sourceMappingURL=CodeBlockWithExtendedSupport.d.ts.map