import React from 'react'; import { TbodyProps } from '../types'; declare function Tbody(props: TbodyProps): React.JSX.Element; export default Tbody;