/** * Internal dependencies */ import type { AnimationProviderState } from './types'; declare const AnimationContext: import("react").Context; export default AnimationContext; //# sourceMappingURL=context.d.ts.map