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