export interface ILastFuelPriceProgressConfig { title: string; totalValue: number; minValue: number; maxValue: number; isOutdated: boolean; svgPosition: number; svgClass: string; isMapView?: boolean; }