/** * Optional footer container for the sidebar. Use this to display custom elements * like user settings, logout buttons, or version information at the bottom of the sidebar. * @slot default - Custom content to display in the footer. */ export declare class NvSidebarfooter { /****************************************************************************/ render(): any; }