declare global { interface HTMLElementTagNameMap { "usa-collection-item": USACollectionItemElement; } } export declare class USACollectionItemElement extends HTMLElement { }