import type { GrafastPlanJSON } from "grafast/mermaid"; import type { FC } from "react"; declare const MermaidReal: FC<{ plan: GrafastPlanJSON; }>; export default MermaidReal; //# sourceMappingURL=MermaidReal.d.ts.map