export interface IRangeSliderConfig { title: string; unit: string; min: number; max: number; step: number; }