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