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