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