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