import type { AnimationEnd } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ from: BasicType; 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; }>; export default _sfc_main;