import { TemplateRef } from '@angular/core'; import { NzStatisticValueType } from './nz-statistic-definitions'; export declare class NzStatisticComponent { nzPrefix: string | TemplateRef; nzSuffix: string | TemplateRef; nzTitle: string | TemplateRef; nzValue: NzStatisticValueType; nzValueStyle: {}; nzValueTemplate: TemplateRef<{ $implicit: NzStatisticValueType; }>; }