import React from 'react'; import { FormListProps } from 'antd/es/form'; export interface BizFormListProps extends FormListProps { } declare const BizFormList: React.FC; export default BizFormList;