/** * Element module - Web Component exports */ export { AnnotationElement, registerAnnotationElement } from './annotation-element'; export { componentStyles } from './styles'; export * from './templates'; //# sourceMappingURL=index.d.ts.map