import { DefaultTheme, type PageEvent, type Reflection } from 'typedoc'; import { DumiThemeRenderContext } from '../context/DumiThemeRenderContext.js'; export declare class DumiTheme extends DefaultTheme { getRenderContext(props: PageEvent): DumiThemeRenderContext; }