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