import type { PropsWithChildren } from 'react'; export declare function TableBody({ children }: PropsWithChildren): JSX.Element;