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