import { IObservable } 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 currencyFormatObservable(value: IObservable, locales: IObservable, options: IObservable): IObservable;