import PAnimatedImage from "./animated-image.component.js"; export * from "./animated-image.component.js"; export default PAnimatedImage; declare global { interface HTMLElementTagNameMap { "p-animated-image": PAnimatedImage; } }