import type { ComponentProps, FC, PropsWithChildren } from 'react'; export type TableBodyProps = PropsWithChildren>; export declare const TableBody: FC;