export interface ITooltipListItem { label: string; value: number; isCurrency: boolean; percentage?: string; color: string; }