import React from 'react'; import { IFormListMainProps } from './type'; /** * 表单列表控件 */ declare const FormListMain: React.ForwardRefExoticComponent & React.RefAttributes>; export default FormListMain;