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