import { StatisticProps, StatisticSlots } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Slots = StatisticSlots; declare const __VLS_base: DefineComponent any; }, string, PublicProps, Readonly & Readonly<{ onStop?: (() => any) | undefined; }>, { animation: boolean; format: string; start: boolean; precision: number; showGroupSeparator: boolean; countdown: boolean; valueStyle: Record; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };