import { ExtractPropTypes, PropType } from 'vue'; import { BooleanType } from '../const/types'; export declare const statNumberProps: { modelValue: { type: NumberConstructor[]; required: boolean; default: number; }; separator: StringConstructor; duration: { type: NumberConstructor; default: number; }; precision: { type: NumberConstructor; default: number; }; type: { type: PropType<"rollup" | "countup">; default: string; }; prefix: StringConstructor; suffix: StringConstructor; autoAnimate: { type: BooleanType; default: boolean; }; autoAnimateOnce: { type: BooleanType; default: boolean; }; }; export type StatNumberProps = ExtractPropTypes; declare const StatNumber: import('vue').DefineComponent; default: string; }; prefix: StringConstructor; suffix: StringConstructor; autoAnimate: { type: BooleanType; default: boolean; }; autoAnimateOnce: { type: BooleanType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: string; }; prefix: StringConstructor; suffix: StringConstructor; autoAnimate: { type: BooleanType; default: boolean; }; autoAnimateOnce: { type: BooleanType; default: boolean; }; }>> & Readonly<{}>, { type: "rollup" | "countup"; modelValue: number; duration: number; precision: number; autoAnimate: boolean | undefined; autoAnimateOnce: boolean | undefined; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default StatNumber;