import { MutableRefObject } from 'react'; interface UseImageLoadingProps { elementRef?: MutableRefObject; onAnimationStart?(e?: AnimationEvent): void; onAnimationEnd?(e?: AnimationEvent): void; } export declare const useAnimationEvents: ({ onAnimationStart: incomingOnAnimationStart, onAnimationEnd: incomingOnAnimationEnd, elementRef: incomingRef, }: UseImageLoadingProps) => { elementRef: any; }; export {}; //# sourceMappingURL=useAnimationEvents.d.ts.map