/**
 * ---------------------------------------------------------------------
 * 🔒 AUTOGENERATED BY VENDORISM
 * Removing this comment will prevent it from being managed by it.
 * ---------------------------------------------------------------------
 */
import SynTab from './tab.component.js';
export * from './tab.component.js';
export default SynTab;
declare global {
    interface HTMLElementTagNameMap {
        'syn-tab': SynTab;
    }
}
