import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { StatisticProps, StatisticSlots } from './types'; export declare const SStatistic: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{ onStop?: (() => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { stop: () => any; }, PublicProps, { animation: boolean; format: string; start: boolean; precision: number; showGroupSeparator: boolean; countdown: boolean; valueStyle: Record; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< StatisticProps> & Readonly<{ onStop?: (() => any) | undefined; }>, {}, {}, {}, {}, { animation: boolean; format: string; start: boolean; precision: number; showGroupSeparator: boolean; countdown: boolean; valueStyle: Record; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{ onStop?: (() => any) | undefined; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { stop: () => any; }, string, { animation: boolean; format: string; start: boolean; precision: number; showGroupSeparator: boolean; countdown: boolean; valueStyle: Record; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: StatisticSlots; }) & Plugin; export * from './types';