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