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