import { IconButton } from '../src/elements/IconButton.js'; declare global { interface HTMLElementTagNameMap { 'sp-icon-button': IconButton; } }