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