export declare const hexToHct: any;
export declare const hctToHex: (hct: number[]) => string;
export declare const toHctString: (hex: string, alpha?: boolean) => string;
export declare const toCtsString: (color1: string, color2: string, alpha?: boolean) => string;
