import { FC } from 'react'; import { FormListProps } from './Form.types'; declare const FormList: FC; export default FormList;