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