import type { Components, JSX } from "../types/components";

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