import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NumberAbbreviatorPipe implements PipeTransform { transform(value: any, decimalPlaces?: number, displayAllDecimals?: boolean, minValueToAbbreviate?: number): string | 0; /** * Private Methods */ private humanizedNumber; private numberFormat; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }