import { AnimateSymbolProps, NumberDigitProps } from './types';
export declare function useAnimate(props: AnimateSymbolProps | NumberDigitProps): {
    root: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
    getRoot: (el: any) => void;
    handleComplete: (e: any) => void;
};
