/** * Validates if a given string is a valid color representation. * Logs a warning to the console if the color is invalid or input is not a string. */ export default function isColorValid(color: string): boolean;