import { LuzmoSwitch } from './switch'; declare global { interface HTMLElementTagNameMap { 'luzmo-switch': LuzmoSwitch; } } export { LuzmoSwitch } from './switch';