import type { ThemeCommonVars } from '../../_styles/common'; import { Theme } from '../../_mixins'; export declare const self: (vars: ThemeCommonVars) => { labelFontSize: string; labelFontWeight: string; valueFontWeight: string; labelTextColor: string; valuePrefixTextColor: string; valueSuffixTextColor: string; valueTextColor: string; }; export declare type StatisticThemeVars = ReturnType; declare const statisticLight: Theme<'Statistic', StatisticThemeVars>; export default statisticLight; export declare type StatisticTheme = typeof statisticLight;