import { Theme } from '@principal-ade/industry-theme'; import React from 'react'; interface IndustryMermaidModalProps { isOpen: boolean; onClose: () => void; mermaidCode: string; theme: Theme; } export declare function IndustryMermaidModal({ isOpen, onClose, mermaidCode, theme, }: IndustryMermaidModalProps): React.ReactPortal | null; export {}; //# sourceMappingURL=IndustryMermaidModal.d.ts.map