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