/**
 * Hook returning whether the user has a preference for reduced motion.
 *
 * @return Reduced motion preference value.
 */
declare const useReducedMotion: () => boolean;
export default useReducedMotion;
//# sourceMappingURL=index.d.ts.map