import { ReactElement } from 'react';

declare function Mermaid({ chart }: {
    chart: string;
}): ReactElement;

export { Mermaid };
