export interface CellPropsType { title: string; icon?: string; inlineDesc?: string; showArrow?: boolean; }