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