/**
 * @module Theme/Partials/Sections
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import { DefaultThemeRenderContext, JSX, PageEvent, Reflection } from 'typedoc';
export declare const header: (context: DefaultThemeRenderContext, props: PageEvent<Reflection>) => JSX.Element;
//# sourceMappingURL=header.d.ts.map