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