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