export interface VictoryLegendDatum { name?: string; labels?: { fill?: string; size?: number; }; symbol?: { fill?: string; type?: string; }; }