import type { Gradient } from './types'; export declare const stringifyGradient: ({ angle, positions, type, stops, }?: Gradient) => string;