import type { PropsFor } from "../../types.js"; export type TableBodyProps = PropsFor<"tbody">; declare const TableBody: import("react").ForwardRefExoticComponent>; export default TableBody;