export interface GraniteProgressInterface { value: number; label?: string; valueLabel?: string; backgroundColor?: string; foregroundColor?: string; } export interface GraniteProgressLegendInterface { label: string; backgroundColor: string; }