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