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