export interface IColorInputProps { /** Color palette for the user to choose a color from */ colors?: object; }