/**
 * Hook that returns true if the user prefers reduced motion.
 * Respects the prefers-reduced-motion media query.
 */
export declare function useReducedMotion(): boolean;
