declare const currencyFormatter: ({ currency, number }: { currency: string | null; number: number; }) => string; export default currencyFormatter;