import type { PdfAnnotation } from "./pdf-annotation-types.js"; import type { DocumentReviewState } from "./pdf-collaboration-types.js"; export declare function createReviewStateBadge(state: DocumentReviewState): HTMLElement; export declare function openReviewStateMenu(anchor: HTMLElement, overlay: HTMLElement, current: DocumentReviewState, onSelect: (state: DocumentReviewState) => void): void; /** Open reply / resolve thread for a note pin or highlight region. */ export declare function openAnnotationThreadModal(overlay: HTMLElement, annotationIndex: number, annotations: PdfAnnotation[], onUpdate: () => void): void; /** @deprecated Use openAnnotationThreadModal */ export declare function openNoteThreadModal(overlay: HTMLElement, noteIndex: number, annotations: PdfAnnotation[], onUpdate: () => void): void; //# sourceMappingURL=pdf-collaboration-ui.d.ts.map