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