import { type AnnotationEventCallback, type TextSelectionOption, type FreeTextOption, type ImageOption } from "@vue-pdf-viewer/shared"; export interface VPdfAnnotationPluginOptions extends AnnotationEventCallback { textSelection?: TextSelectionOption | boolean; freeText?: FreeTextOption | boolean; image?: ImageOption | boolean; } export { AnnotationType, AnnotationFlag } from "@vue-pdf-viewer/shared"; export type { AnnotationToolOption, AnnotationTextSelectionColors, AnnotationFreeTextFontColors, HighlightToolOption, StrikethroughToolOption, UnderlineToolOption, LabelValuePair, Annotation, OutlineDestinations, OutlineName, OutlineRef, LinkAction, AnnotationBorderStyle, AnnotationStringObj, AnnotationAttachment, AnnotationCallback, } from "@vue-pdf-viewer/shared";