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