import { type TableBodyProps as MuiTableBodyProps } from '@mui/material'; import type React from 'react'; import { type WithoutEmotionSpecific } from '../../types'; export type TableBodyProps = WithoutEmotionSpecific; export declare const TableBody: React.ForwardRefExoticComponent & React.RefAttributes>;