export interface LegendItem { key: string; label: string; color: string; icon?: React.ComponentType; percentage?: number; } export interface StackedLegendItem { key: string; label: string; value: number; color: string; } //# sourceMappingURL=Legend.d.ts.map