/** * Hook that detects whether the user has requested reduced motion and reacts * to changes. Mirrors the `prefers-reduced-motion: reduce` media query so * components can skip or shorten animations for users with motion * sensitivities (e.g. vestibular disorders). * * @returns `true` if the user prefers reduced motion, `false` otherwise */ export declare const useReducedMotion: () => boolean; //# sourceMappingURL=use-reduced-motion.d.ts.map