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