import '@blueprintui/icons/include.js'; import '@blueprintui/icons/shapes/angle.js'; import { BpButtonExpand } from '@blueprintui/components/button-expand'; declare global { interface HTMLElementTagNameMap { 'bp-button-expand': BpButtonExpand; } }