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