import React from 'react'; import type { RewardsComponentProps } from '../types'; /** * RewardsComponent displays reward information from the SoulStream protocol */ declare const RewardsComponent: React.FC; export default RewardsComponent;