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