/// import { IFlowControlItemProps } from '../types'; import './style.css'; /** 撤回弹窗组件 */ export declare function RevokeModal(props: IFlowControlItemProps): JSX.Element;