/**
 * @module Theme/Partials/Comments
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import { CommentDisplayPart, DefaultThemeRenderContext, JSX } from 'typedoc';
export declare const renderDisplayParts: ({ markdown }: DefaultThemeRenderContext, parts: readonly CommentDisplayPart[] | undefined) => JSX.Element | undefined;
//# sourceMappingURL=renderDisplayParts.d.ts.map