///
import type { TableCellProps as MuiTableCellProps } from '@mui/material';
import type { WithoutEmotionSpecific } from '../../types';
export type TableCellProps = WithoutEmotionSpecific & {
isDisabled?: boolean;
};
export declare const TableCell: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;