import { CurrencyPipe } from "@angular/common"; import * as i0 from "@angular/core"; export declare class NumberUtilService { private cp; className: string; constructor(cp: CurrencyPipe); trimTo2Decimal(no: number): number; trimTo2Decimal2(no: number): number; getFlooredFixed(v: any, d: any): string; AppendWithCurrencySymbol(numValue: any, currencyCode: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=number-util.service.d.ts.map