export interface IMapListItem { state?: string; selectedColor?: string; value?: string | null; percent?: string | null; }