import { h } from 'preact'; import { TrackedAnnotation } from '@pdfmergy/plugin-annotation'; import { AnnotationConfig } from './config'; export declare const AnnotationIcon: ({ annotation, config, className, title, }: { annotation: TrackedAnnotation; config: AnnotationConfig; className?: string; title: string; }) => h.JSX.Element; //# sourceMappingURL=annotation-icon.d.ts.map