declare const formatCurrency: (price: number, currency: string) => string; export default formatCurrency;