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