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