import { JSX, type PageEvent, type Reflection } from 'typedoc'; import { type DumiThemeRenderContext } from '../context/DumiThemeRenderContext.js'; export declare const header: (context: DumiThemeRenderContext, props: PageEvent) => JSX.Element;