import { SgdsTextarea } from "./sgds-textarea"; declare global { interface HTMLElementTagNameMap { "sgds-textarea": SgdsTextarea; } }