/// import { TableRowProps, TableCellProps } from '@chakra-ui/react'; export declare type TableBodyRowsProps = { bodyRowProps?: TableRowProps; bodyCellProps?: TableCellProps; }; export declare const TableBodyRows: ({ bodyCellProps, bodyRowProps }: TableBodyRowsProps) => JSX.Element;