declare const currencyFormatter: (localeCode: string, currencyCode: string, options?: Intl.NumberFormatOptions) => ((value: number) => number) | ((value: number, showCurrency?: boolean) => string); export default currencyFormatter;