import { ResponseErrorElement } from './src/ResponseErrorElement'; declare global { interface HTMLElementTagNameMap { "response-error": ResponseErrorElement; } }