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