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