import type { SlotsType, VNode } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const statisticProps: { tabularNums: BooleanConstructor; label: StringConstructor; value: (StringConstructor | NumberConstructor)[]; theme: import("vue").PropType>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }; export type StatisticProps = ExtractPublicPropTypes; export interface StatisticSlots { default?: () => VNode[]; label?: () => VNode[]; prefix?: () => VNode[]; suffix?: () => VNode[]; } declare const _default: import("vue").DefineComponent>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>, { rtlEnabled: import("vue").Ref | undefined; mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-label-font-size': string; '--n-label-font-weight': string; '--n-label-text-color': string; '--n-value-font-weight': string; '--n-value-font-size': string; '--n-value-prefix-text-color': string; '--n-value-suffix-text-color': string; '--n-value-text-color': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; themeOverrides: import("vue").PropType>>; builtinThemeOverrides: import("vue").PropType>>; }>> & Readonly<{}>, { tabularNums: boolean; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;