import { ICurrency } from '../types'; export declare const CURRENCIES: ICurrency[]; export default CURRENCIES;