export interface TokenGroup { groupDisplay: string; tokens: { display: string; value: string; }[]; }