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