import { Theme } from '@principal-ade/industry-theme'; import React from 'react'; interface IndustryZoomableMermaidDiagramProps { code: string; id: string; theme?: Theme; fitStrategy?: 'contain' | 'width' | 'height'; padding?: number; } export declare function IndustryZoomableMermaidDiagram({ code, id, theme: themeOverride, fitStrategy, padding, }: IndustryZoomableMermaidDiagramProps): React.JSX.Element; export {}; //# sourceMappingURL=IndustryZoomableMermaidDiagram.d.ts.map