/**
 * @module Theme/Partials/Types
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import { CommentDisplayPart, DeclarationReflection, DefaultThemeRenderContext, JSX, ReferenceType, SomeType } from 'typedoc';
export declare const shouldExpandReference: (reference: ReferenceType) => boolean;
export declare const typeDetailsImpl: (context: DefaultThemeRenderContext, type: SomeType, renderAnchors: boolean, highlighted?: Map<string, CommentDisplayPart[]>) => JSX.Children;
export declare const renderingChildIsUseful: (refl: DeclarationReflection) => boolean;
//# sourceMappingURL=typeDetailsImpl.d.ts.map