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