/** * Reactive `prefers-reduced-motion: reduce` flag. * * Motion primitives consult this to skip entrance effects entirely — reduced * users get the final resting state immediately, never a hidden intermediate * frame. This complements the theme-level token collapse (theme.css shortens * the duration tokens to 1ms): the hook removes the *state machinery*, the * tokens neutralize any transition that still runs. */ export declare function usePrefersReducedMotion(): boolean; //# sourceMappingURL=usePrefersReducedMotion.d.ts.map