import CwAnimation from './animation.component.js'; export * from './animation.component.js'; export default CwAnimation; declare global { interface HTMLElementTagNameMap { 'cw-animation': CwAnimation; } }