import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { TableBodyProps } from './TableBody.types';
export declare const TableBody: ForwardRefComponent<"tbody", TableBodyProps>;
//# sourceMappingURL=TableBody.d.ts.map