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