import { PropsWithChildrenAndClassName } from '../../types'; declare function TableBody({ children, className, ...props }: PropsWithChildrenAndClassName): import("react/jsx-runtime").JSX.Element; export { TableBody };