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