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