import { SUPPORTED_CURRENCIES } from '../types';
export declare const CURRENCY_SYMBOL: Record<SUPPORTED_CURRENCIES, string>;
