/** @deprecated since v4.0.0, will be removed with next major release. background: `linear-gradient(to right, ${gradientStopsFadeDark});` instead  */
export declare const gradientToRightStyle: {
    readonly background: `linear-gradient(to right, ${string});`;
};
