export declare const CURRENCIES: { id: string; symbol: string; }[]; export declare const MAPPED_CURRENCIES: any; export * from './locales';