import { JSX } from 'typedoc'; import { DumiThemeRenderContext } from '../context/DumiThemeRenderContext.js'; export declare const sidebarLinks: (context: DumiThemeRenderContext) => JSX.Element | null;