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