export interface ReducedMotionPreference { reduced: boolean; resolved: boolean; } /** * Hydrates with motion disabled so server and first-client markup agree without * briefly animating for visitors who request reduced motion. Motion is enabled * after the browser preference is known. */ export declare function useReducedMotionPreference(): ReducedMotionPreference; export declare function useReducedMotion(): boolean; //# sourceMappingURL=useReducedMotion.d.ts.map