import type { Components, JSX } from "./types/components"; interface SlHud extends Components.SlHud, HTMLElement {} export const SlHud: { prototype: SlHud; new (): SlHud; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;