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): (fnToExecute: () => void) => void;