import { FC } from 'react'; import '../shape'; import { IFlowChart } from '../index'; import './styles.less'; export declare const GraphWidget: FC;