import { AnimationContextType } from '../types';
import React from 'react';
export declare const AnimationContext: React.Context<AnimationContextType>;
