/** * Minimal CSS injected by Mermaid's styleRenderer. * Must be a function (options, svgId) => string — Mermaid calls it as * themes[type]({ ...options, svgId }) in getStyles(). * Most patch diagram styling is done inline in SVG attributes. */ declare const styles: (_options?: unknown, _svgId?: string) => string; export default styles; //# sourceMappingURL=styles.d.ts.map