import { type SharedValue } from "react-native-reanimated"; export type SharedValues> = { [K in keyof T]: SharedValue; }; export declare const useSharedValuePair: (x: number, y: number) => SharedValue[]; //# sourceMappingURL=useSharedValuePair.d.ts.map