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