declare global { interface HTMLElementTagNameMap { "usa-step-indicator": USAStepIndicatorElement; } } export declare class USAStepIndicatorElement extends HTMLElement { accessor role: string; }