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