import React from 'react' import { ForwardedRef, forwardRef } from 'react' import { TbodyProps } from './types' import { TbodyStyle } from './styles' function Tbody(props: TbodyProps, ref?: ForwardedRef) { return } export default forwardRef(Tbody)