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