/**
 * Hook to detect if user prefers reduced motion
 *
 * CRITICAL: Defaults to `false` (no reduced motion) on both server and initial client render
 * to prevent SSR hydration mismatches. The actual preference is detected after hydration.
 */
export declare function useReducedMotion(): boolean;
//# sourceMappingURL=useReducedMotion.d.ts.map