import type { RoughConfig } from '../types'; export declare function applyRoughStyle(node: SVGElement, svg: SVGSVGElement, config: RoughConfig): void;