import { AnypointListbox } from './src/AnypointListbox'; declare global { interface HTMLElementTagNameMap { 'anypoint-listbox': AnypointListbox; } }