/**
 * @module Theme/Templates
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import type { DefaultThemeRenderContext, PageEvent, ProjectReflection } from 'typedoc';
import { JSX } from 'typedoc';
/**
 * The component that defines how to render the main README file.
 *
 * @param context - The theme context.
 * @param props - A page event with the project's reflection.
 *
 * @returns A JSX.Element to render the README file.
 */
export declare const indexTemplate: (context: DefaultThemeRenderContext, props: PageEvent<ProjectReflection>) => JSX.Element;
//# sourceMappingURL=indexTemplate.d.ts.map