/** * Groups navigation items together with an optional label. * @slot default - Navigation items (nv-sidebarnavitem) to display in this group. */ export declare class NvSidebargroup { /****************************************************************************/ /** * Optional label to display above the navigation group. */ readonly label?: string; /****************************************************************************/ render(): any; }