import React from 'react'; import type { TableBodyProps } from './interface'; declare const TableBody: React.FC; export default TableBody;