import { Annotation } from '../../../../annotations/types'; import { SVGExportPluginContext } from './types'; export declare function exportAnnotationToSVG(annotation: Annotation, ctx: SVGExportPluginContext): string[]; export declare function exportAnnotations(ctx: SVGExportPluginContext, annotations: Annotation[]): void;