import { CurrencyType } from '../models/currency-type'; import { AmountFormat } from '../models/amount-format'; import { GmAmountFormatService } from './amount-format.service'; import * as i0 from "@angular/core"; export declare class GmAmountFormatServiceDefault implements GmAmountFormatService { protected amountFormats: { [key in CurrencyType]: AmountFormat; }; constructor(); getMaxSizeFractionOf(code: string): number | null; getSeparator(code: string): string; currencyFirst(code: string): boolean; getThousandSeparator(code: string): string; getFormat(code: string): 'symbol' | 'narrowSymbol' | 'code'; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }