export interface IBaseProperties { value: number; label: string; }