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