import * as i0 from "@angular/core"; export declare class AnnaNumberFormatService { static GetRoundedValueWithUnits(inputValue: number, digitsToRoundDecimalPoint?: number): string; static GetRoundedValuesWithoutUnits(inputValue: number, digitsToRoundDecimalPoint?: number): string; static GetRoundedValueWithUnitsAndDollarSymbol(inputValue: number, digitsToRoundDecimalPoint?: number): string; static GetRoundedImpressionsWithUnits(inputValue: number, digitsToRoundDecimalPoint?: number): string; static GetValueInUnits(inputValue: number): (string | number)[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }