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