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