interface TableBodyProps { className?: string; children: React.ReactNode; ref?: React.Ref; } declare const TableBody: import('react').MemoExoticComponent<({ className, children, ref }: TableBodyProps) => import("react/jsx-runtime").JSX.Element>; export { TableBody };