import { Projection } from "../lib/projections";
export declare const colorGroups: Record<string, string[]>;
export declare function isTooDark(color: string): boolean;
export declare const ColorNameProjection: Projection;
export declare const HexConversionProject: Projection;
