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