import { SystemProps } from '../../system/interface'; export interface TableCellProps { alignment?: SystemProps['textAlign']; noOfLines?: string; }