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