import type { GradientConfig } from '../types'; export declare function applyGradientStyle(node: SVGElement, svg: SVGSVGElement, config: GradientConfig, attr: 'fill' | 'stroke'): void;