/**
 * @module Theme/Partials/Types
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import type { DefaultThemeRenderContext, TypeParameterReflection } from 'typedoc';
import { JSX } from 'typedoc';
export declare const typeParameters: (context: DefaultThemeRenderContext, params: TypeParameterReflection[]) => JSX.Element;
//# sourceMappingURL=typeParameters.d.ts.map