declare const getColorName: (color: string) => [string, string, boolean];
export default getColorName;
