import { OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class AmountComponent implements OnChanges { private formatSrv; locale: string; value: string | number; currency: string; showCurrency: boolean; strict: boolean; zeroDisplay: boolean; prefix: boolean | string; short: boolean; separator: string; int: string; frac: string; currencySymbol: string; firstCurrency: boolean; maxFractSize: number; _prefix: string; formatSymbol: 'symbol' | 'narrowSymbol' | 'code'; private thousandSeparator; ngOnChanges(changes: SimpleChanges): void; refresh(): void; private setShortFormat; private format; private formatNumberByCurrency; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }