/** * Hook to get the prefers-reduce-motion value. * * @returns `true` if the prefers-reduce-motion is set reduce in the media queries that matches * @public */ export declare const usePrefersReducedMotion: () => boolean; //# sourceMappingURL=usePrefersReducedMotion.d.ts.map