import { Rect, RoughAnnotationConfig } from './model.js'; export declare function renderAnnotation(svg: SVGSVGElement, rect: Rect, config: RoughAnnotationConfig, animationGroupDelay: number, animationDuration: number, seed: number): void;