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