import type { Components, JSX } from "../types/components";

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