export interface RangeInterface { id?: string | number; label: string; range: Array; }