import { IObservable, IObservablePipe } from '@lifaon/rx-js-light'; import { ILocales } from '../../../locales/locales.type'; import { INumberFormatValue } from '../../number-format.type'; import { ICurrencyFormatOptions } from './currency-format-options.type'; export declare function currencyFormatObservablePipe(locales: IObservable, options: IObservable): IObservablePipe;