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