export declare const getRandomSlopeValues: () => {
    redSlope: number;
    greenSlope: number;
    blueSlope: number;
};
