/// export interface CurrencyMethod { exchange: (value: any) => any; exchangeBack: (value: any) => any; currentCurrency: string; } declare const _default: import("react").Context; export default _default;