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