interface IonColor { key: string; value: string; friendlyName?: string; } export default IonColor;