/// import { TbodyProps } from '../interface'; declare function TBody(props: TbodyProps): JSX.Element; export default TBody;