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