import { Context } from 'react'; /** React 子树的动画播放策略 */ export type AnimationMode = 'system' | 'enabled' | 'disabled'; /** `` 的树级动画策略;无 Provider 时为 `undefined` */ export declare const AnimationModeContext: Context; /** 读取最近祖先注入的动画策略 */ export declare const useAnimationMode: () => AnimationMode | undefined; //# sourceMappingURL=animation-context.d.ts.map