import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; import type Statistic from './statistic.vue'; export declare const statisticProps: { readonly decimalSeparator: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly groupSeparator: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly precision: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly formatter: FunctionConstructor; readonly value: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, 0, boolean>; readonly prefix: StringConstructor; readonly suffix: StringConstructor; readonly title: StringConstructor; readonly valueStyle: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }; export type StatisticProps = ExtractPropTypes; export type StatisticPropsPublic = __ExtractPublicPropTypes; export type StatisticInstance = InstanceType & unknown;