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