import { PLAY_BUTTON_ELEMENT_TAG_NAME, PlayButtonElement } from './PlayButtonElement'; declare global { interface HTMLElementTagNameMap { [PLAY_BUTTON_ELEMENT_TAG_NAME]: PlayButtonElement; } }