import SgdsTable from "./sgds-table"; import SgdsTableHead from "./sgds-table-head"; import SgdsTableRow from "./sgds-table-row"; import SgdsTableCell from "./sgds-table-cell"; declare global { interface HTMLElementTagNameMap { "sgds-table": SgdsTable; "sgds-table-head": SgdsTableHead; "sgds-table-row": SgdsTableRow; "sgds-table-cell": SgdsTableCell; } }