export type FormatCell = (value: any) => string; export type CellHint = (value: any) => string;