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