/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @generated SignedSource<<598aeea9162737c56e566d93a5ef5266>> * * This file was translated from Flow by scripts/js-api/build-types/index.js. * Original file: packages/react-native/Libraries/Animated/useAnimatedValueXY.js */ import Animated from "./Animated"; declare function useAnimatedValueXY(initialValue: { x: number; y: number; }, config?: null | undefined | Animated.AnimatedConfig): Animated.ValueXY; export default useAnimatedValueXY;