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