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