import type { AnimationEnd } from './src/interface'; import type { DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import NumberAnimate from "./src/number-animate"; export declare const VNumberAnimate: Install; to: BasicType; approximateTime: BasicType; localeString: BasicType; styles: BasicType, null>; automatic: BasicType; onAnimationEnd: BasicType, null>; }, { run: () => void; }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; to: BasicType; approximateTime: BasicType; localeString: BasicType; styles: BasicType, null>; automatic: BasicType; onAnimationEnd: BasicType, null>; }>>, { to: number; styles: CSSProperties; from: number; approximateTime: number; localeString: boolean; automatic: boolean; onAnimationEnd: AnimationEnd; }>>; /** number-animate 组件实例类型 */ export type NumberAnimateInstance = InstanceType; export * from './src/interface'; export default VNumberAnimate;