import { ProjectedGraph } from '../../common/projection';
export declare const exportDiagram: (graph: ProjectedGraph) => string;
