import { RewardData } from "../../types"; interface Props { rewards: RewardData[]; rewardTranslation?: string; } export declare const Rewards: (props: Props) => JSX.Element; export {};