import { type HTMLAttributes } from 'react'; export type TableBodyProps = HTMLAttributes; /** * TableBody component, used to display the body of a table. Renders a native HTML tbody element. * * @example * * * John * 25 * * */ export declare const TableBody: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=table-body.d.ts.map