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