/// import { IFlowApprovalFormDrawerProps } from './types'; export * from './types'; /** 抽屉表单 */ export declare const DrawerForm: { (props: IFlowApprovalFormDrawerProps): JSX.Element; displayName: string; };