import { BpIcon } from './icon/index.js'; declare global { interface HTMLElementTagNameMap { 'bp-icon': BpIcon; } }