import * as React from 'react';
import { FormComponentProps } from 'antd/lib/form';
interface IProps extends FormComponentProps {
    workflow?: any;
    onChange?: any;
}
declare const _default: React.ComponentClass<import("antd/lib/form/Form").RcBaseFormProps & Pick<IProps, "onChange" | "workflow">, any>;
export default _default;
