import type { JSONOutput } from 'typedoc';
export interface MemberReferenceProps {
    reflection: JSONOutput.ReferenceReflection;
}
export declare function MemberReference({ reflection }: MemberReferenceProps): import("react").JSX.Element;
//# sourceMappingURL=MemberReference.d.ts.map