/// <reference types="react" />
import { AnimationContextProps } from "./types";
export declare const AnimationContext: import("react").Context<AnimationContextProps>;
