/** * Optional header container for the sidebar. Use this to display custom elements * like search bars, user profiles, or action buttons at the top of the sidebar. * @slot default - Custom content to display in the header. */ export declare class NvSidebarheader { /****************************************************************************/ render(): any; }