/// import { IWedaPlatformProps } from '../../common'; import './style.css'; /** 流程控制组件 */ export declare const ModelFlowControl: (props: IWedaPlatformProps) => JSX.Element;