export interface BarDataProps { ariaLabel: string; formattedAmount: string; label: string; value: number; category?: string; categoryGuid?: string; imageSize?: number; merchantGuid?: string; }