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