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