import { PdfAnnotator, getAnnotationsJSON } from './components/PdfAnnotator';
import type { PdfAnnotatorRef } from './components/PdfAnnotator';
export { PdfAnnotator, getAnnotationsJSON };
export type { PdfAnnotatorRef };
