import * as i0 from '@angular/core'; import { TemplateRef } from '@angular/core'; import * as i1 from '@angular/common'; import * as i2 from 'ng-zorro-antd/icon'; import * as i3 from 'ng-zorro-antd/core/outlet'; declare class NumberInfoComponent { /** 标题 */ title?: string | TemplateRef | null; /** 子标题 */ subTitle?: string | TemplateRef | null; /** 总量 */ total?: string | number | TemplateRef | null; /** 总量后缀 */ subTotal?: string | number | TemplateRef | null; /** 子总量 */ suffix?: string | null; /** 增加状态 */ status?: 'up' | 'down'; /** 状态样式 */ theme: 'light' | 'default'; /** 设置数字和描述直接的间距(像素) */ gap: number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_gap: unknown; } declare class NumberInfoModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NumberInfoComponent, NumberInfoModule };