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