/** @public */ export interface TableCellProfileProps extends React.HTMLAttributes { src?: string; name?: string; to?: string; withImage?: boolean; }