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