interface ColorInfoInterface { color: string; matchingColor?: string; } export default ColorInfoInterface;