export interface Legend { label: string; color: string; hierarchy: number; iconUrl?: string; }