import { TgdColor } from "./color";
export declare function tgdColorMakeHueWheel({ steps, fromDegree, toDegree, luminance, saturation, }: Partial<{
    steps: number;
    fromDegree: number;
    toDegree: number;
    saturation: number;
    luminance: number;
}>): TgdColor[];
/**
 * This function can be useful in `Array.map()` functions.
 */
export declare function tgdColorToString(color: TgdColor): string;
//# sourceMappingURL=utils.d.ts.map