import { Form } from 'antd'; export { FormInstance, FormProps, FormItemProps, Rule } from 'antd/es/form'; export { FormLabelAlign, ScrollOptions, Store, StoreValue } from 'antd/es/form/interface'; export default Form;