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