export declare const generateColorStyles: (baseColor: string, increment: number) => {
    backgroundColor: string;
};
