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