import { Currency } from "../types"; export declare const getRewardIcon: (currency: Currency) => string;