import '@blueprintui/components/include/forms.js'; import { BpSwitch } from '@blueprintui/components/switch'; declare global { interface HTMLElementTagNameMap { 'bp-switch': BpSwitch; } }