/** * A sub-item in the sidebar navigation, typically used as a child of nv-sidebarnavitem. * @slot default - The link or content of the sub-item (usually an tag). * @slot trailing - Optional content displayed at the end of the sub-item (e.g., badges, icons). */ export declare class NvSidebarnavsubitem { /****************************************************************************/ /** * Whether this sub-item represents the active/current page. */ readonly active: boolean; /****************************************************************************/ /****************************************************************************/ render(): any; }