import type { Components, JSX } from "../types/components"; interface RuxIconLoyalty extends Components.RuxIconLoyalty, HTMLElement {} export const RuxIconLoyalty: { prototype: RuxIconLoyalty; new (): RuxIconLoyalty; };