import { SkfSwitch } from './switch.component'; export * from './switch.component'; export default SkfSwitch; declare global { interface HTMLElementTagNameMap { 'skf-switch': SkfSwitch; } }