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