import React from 'react'; import { type TableSectionProps } from './TableSection'; export type TableBodyProps = TableSectionProps; export declare const TableBody: React.MemoExoticComponent< ({ children, testID, ...props }: TableBodyProps) => import('react/jsx-runtime').JSX.Element >; //# sourceMappingURL=TableBody.d.ts.map