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