import React from 'react';
import { FormArrayProps } from 'antd-mobile/es/components/form';
export type BizFormArrayProps = FormArrayProps;
declare const BizFormArray: React.FC<BizFormArrayProps>;
export default BizFormArray;
