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