import { GemElement } from '@mantou/gem/lib/element'; import './placeholder'; import './use'; export type StatisticType = 'bandwidth' | 'traffic' | 'decimal' | 'percentage' | 'duration' | 'currency'; export type StatisticNeutral = 'positive' | 'negative'; export declare const formatFnMap: Record { number: string; unit: string; }>; export declare class DuoyunStatisticElement extends GemElement { #private; static header: string; neutral: StatisticNeutral; type: StatisticType; /**@deprecated */ text: string; header: string; icon: string | Element | DocumentFragment; loading: boolean; value: number; prevValue: number; render: () => import("@mantou/gem/lib/lit-html").TemplateResult; } //# sourceMappingURL=statistic.d.ts.map