import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class PipeCantidadMoneda implements PipeTransform {
    private DECIMAL_SEPARATOR;
    private DECIMAL_SEPARATOR_INPUT;
    private THOUSANDS_SEPARATOR;
    constructor();
    transform(value: number | string, fractionSize?: number): string;
    parse(value: string, previous: string, event: any, fractionSize?: number): string;
    static ɵfac: i0.ɵɵFactoryDef<PipeCantidadMoneda, never>;
    static ɵpipe: i0.ɵɵPipeDefWithMeta<PipeCantidadMoneda, "pipeCantidadMoneda">;
}
