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