import { RoughAnnotationConfig, RoughAnnotation, RoughAnnotationGroup } from './model.js'; export declare function annotate(element: HTMLElement, config: RoughAnnotationConfig): RoughAnnotation; export declare function annotationGroup(annotations: RoughAnnotation[]): RoughAnnotationGroup;