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