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