import React from 'react'; import type { ReputationComponentProps } from '../types'; /** * ReputationComponent displays reputation metrics from the SoulStream protocol */ declare const ReputationComponent: React.FC; export default ReputationComponent;