ResultTableCellContent: string | {
    fillStyle?: FillStyle;
    font?: Partial<FontProperties>;
    icon?: Icon;
    text?: string;
} | Icon | ChartComponent | undefined