import { SgdsInput } from "./sgds-input"; declare global { interface HTMLElementTagNameMap { "sgds-input": SgdsInput; } }