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