/// import { IFlowControlItemProps } from '../types'; import './style.css'; /** * 审批类型弹窗 可用于同意、拒绝、处理、转办 这几个操作 */ export declare function ApprovalDrawer(props: IFlowControlItemProps): JSX.Element;