import { SgdsTooltip } from "./sgds-tooltip"; declare global { interface HTMLElementTagNameMap { "sgds-tooltip": SgdsTooltip; } }