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