import { OnChanges, TemplateRef } from '@angular/core'; import { VtsStatisticValueType } from './typings'; import * as i0 from "@angular/core"; export declare class VtsStatisticNumberComponent implements OnChanges { private locale_id; vtsValue?: VtsStatisticValueType; vtsValueTemplate?: TemplateRef<{ $implicit: VtsStatisticValueType; }>; displayInt: string; displayDecimal: string; constructor(locale_id: string); ngOnChanges(): void; private formatNumber; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }