import { type PipeTransform } from '@angular/core';
import { type TuiCurrencyVariants } from '@taiga-ui/addon-commerce/types';
import { type Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiDecimalPipe implements PipeTransform {
    private readonly format;
    private readonly amountPipe;
    transform(value: number, currency?: TuiCurrencyVariants): Observable<string>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiDecimalPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TuiDecimalPipe, "tuiDecimal", true>;
}
