import { PdfAnnotationObject } from '@pdfmergy/models'; import { AnnotationTool, TrackedAnnotation } from '@pdfmergy/plugin-annotation'; export interface SidebarPropsBase { documentId: string; selected: TrackedAnnotation | null; activeTool: AnnotationTool | null; colorPresets: string[]; intent?: string; } //# sourceMappingURL=common.d.ts.map