declare export { default as AnnotatorContext } from "./AnnotatorContext";
declare export {
  default as withAnnotations,
  WithAnnotationsProps,
  WithAnnotationsComponent,
  ComponentWithAnnotations
} from "./withAnnotations";
    declare export {
    default as useAnnotatorEvents,
    UseAnnotatorEventsProps
} from "./useAnnotatorEvents";
declare export {
  default as withAnnotatorContext,
  WithAnnotatorContextProps
} from "./withAnnotatorContext";
declare export * from "./types"
