interface AnnotationThreadProps { jobId: string; currentUserEmail?: string; onJumpToPage?: (pageNum: number) => void; /** * Bumped by the host whenever a fresh annotation has been * persisted by `` so the thread re-reads * `annotationService.list()`. With browser-only services this is * the version tick from {@link useBrowserViewerServicesVersion}; * with a wired backend hosts can reuse any monotonic counter. */ refreshKey?: number; /** Larger type, padding, and 44px-class touch targets — use in mobile drawers. */ comfortable?: boolean; } export declare function AnnotationThread({ jobId: _jobId, currentUserEmail, onJumpToPage, refreshKey, comfortable, }: AnnotationThreadProps): import("react").JSX.Element | null; export {}; //# sourceMappingURL=AnnotationThread.d.ts.map