declare function mermaid({ ...mermaidConfig }?: {}): { viewerEffect({ markdownBody }: any): void; }; export { mermaid as default };