export interface IndicatorProps {
  name: string;
  value?: string | number;
  valueLabel?: boolean;
  percent?: boolean;
  marker?: string;
}