export default function useStepAnimation({ activeIndexRef, stepElementRef, executeLayoutAnimationRef, }: {
    activeIndexRef: any;
    stepElementRef: any;
    executeLayoutAnimationRef: any;
}): void;
