import { CurrencyPipe } from "@angular/common"; import * as i0 from "@angular/core"; export declare class UiShortCurrencyPipe extends CurrencyPipe { static ONE_MILLION: number; static NEGATIVE_ONE_MILLION: number; static ONE_THOUSAND: number; static NEGATIVE_ONE_THOUSAND: number; transform(value: number, currencyCode?: string, display?: string | boolean, digitsInfo?: string, locale?: string): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }