import { GradientStyle } from '../../types'; export declare const getGradientBackground: (colors: string[], style: GradientStyle) => string;