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