export type HarmonyType = 'analogous' | 'complementary' | 'triadic' | 'tetradic' | 'split-complementary'; /** * Generates a palette of harmonious colours based on OKLCH hue rotation. */ export declare function generateHarmony(base: string, type: HarmonyType): string[]; //# sourceMappingURL=harmony.d.ts.map