export declare const DEFAULT_FONT_SIZE = 20; export declare const SVG_TO_SHAPE_MAPPER: { [key: string]: "rectangle" | "ellipse"; }; export declare const MERMAID_CONFIG: { readonly startOnLoad: false; readonly flowchart: { readonly curve: "linear"; }; readonly themeVariables: { readonly fontSize: "20px"; }; readonly maxEdges: 500; readonly maxTextSize: 50000; };