export { default as TextAnnotator } from './TextAnnotator'; export { default as WebAnnotation } from './WebAnnotation'; export * from './editor'; export * from './highlighter'; export * from './relations'; export * from './selection'; export * from './utils';