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