import { FC } from 'react'; import { TableBodyProps } from './types'; declare const Body: FC; export default Body;