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