/**
* Keeps all instances of the same animation in sync.
* Taken from Sam Selikoff's example post:
* @see https://github.com/samselikoff/2022-02-24-use-synchronized-animation
*/
export declarefunctionuseSynchronizedAnimation(animationName: string): import("react").RefObject<null>;