export default function useAccessibilityInfo(): { reduceMotionEnabled: boolean; screenReaderEnabled: boolean; };