import React from 'react'; import { IFlowGraphProps } from './types'; import './style.css'; /** 流程图组件 */ export declare const FlowGraph: React.FC;