import { ValueOfColor } from "../types/color.types";
export declare function getRandomColorValue(): ValueOfColor;
