/** * Track the system's "reduce motion" accessibility preference. * Used to disable the Modal slide/fade animation when the user has * asked the OS to minimise motion. * * Returns `false` until the initial async fetch resolves (iOS + Android * both expose the setting via `AccessibilityInfo`), then updates on * every OS-level preference change. */ export declare function useReducedMotion(): boolean; //# sourceMappingURL=useReducedMotion.d.ts.map