import type { GradientStyle } from '../../types'; export declare const getGradientBackground: (colors: { color: string; percent: number; }[], style: GradientStyle, angle?: number) => string; //# sourceMappingURL=getGradientBackground.d.ts.map