import React from 'react'; import { TableCellProps as MuiTableCellProps } from '@mui/material'; export interface TableCellProps extends MuiTableCellProps { children: React.ReactNode; }