/// import { type TableRowProps as MuiTableRowProps } from '@mui/material'; import { type WithoutEmotionSpecific } from '../../types'; export type TableRowProps = WithoutEmotionSpecific; export declare const TableRow: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;