/**
 * @module Theme/Partials/Members
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import { JSX } from 'typedoc';
import type { DeclarationReflection, DefaultThemeRenderContext, SignatureReflection } from 'typedoc';
export declare const memberSources: (context: DefaultThemeRenderContext, props: SignatureReflection | DeclarationReflection) => JSX.Element;
//# sourceMappingURL=member.sources.d.ts.map