import * as React from 'react'; import type { FormListProps } from './iForm'; declare const FormList: React.FC; export default FormList;