import React from 'react'; export interface TableBodyProps extends React.ComponentPropsWithoutRef<'tbody'> {}