import { TableCellProps } from '@material-ui/core/TableCell'; export declare type TableCellAlign = 'left' | 'center' | 'inherit' | 'right'; export declare type ITableCellProps = TableCellProps;