import { Currency, RewardData } from "../../types"; import { GenericTranslation } from "../translations"; interface Props { rewards: RewardData[]; icons?: Partial>; size?: number; translations: GenericTranslation; } export declare function Rewards(props: Props): JSX.Element; export {};