/** * Custom hook for accessing the SideNav context. * @returns The SideNav context with links, activeIds, and utility functions * @throws Error if used outside of a SideNav component */ export declare const useSideNav: () => import('./SideNavContext').SideNavContextProps;