import { type AnimationEvent } from 'react'; export declare const useLogic: () => { onAnimationEnd: (event: AnimationEvent) => void; };