import * as React from 'react';
/**
 * Executes a function once all animations have finished on the provided element.
 * @ignore - internal hook.
 */
export declare function useAnimationsFinished(ref: React.RefObject<HTMLElement | null>): (fnToExecute: () => void) => void;
