import { FC } from 'react'; import { FormTableProps, TableItem } from './typings'; declare const FormTable: FC>>; export default FormTable;