import '@blueprintui/icons/include.js'; import '@blueprintui/icons/shapes/close.js'; import { BpDrawer } from '@blueprintui/components/drawer'; declare global { interface HTMLElementTagNameMap { 'bp-drawer': BpDrawer; } }