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