import { RemarkDocxPlugin } from '../../types';
/**
 * A plugin to render Mermaid inside "code" nodes with "mermaid" language.
 */
export declare const mermaidPlugin: () => RemarkDocxPlugin;
