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