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