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