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