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