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