/** @public */ export interface TableCellTextProps extends React.HTMLAttributes { title: string; description?: string; }