import { SharedValue } from 'react-native-reanimated';
interface Iprops {
    curIndex: number;
    translate: SharedValue<number>;
    viewSize: SharedValue<number>;
}
export declare const usePanGesture: ({ curIndex, translate, viewSize }: Iprops) => import("react-native-gesture-handler/lib/typescript/handlers/gestures/panGesture").PanGesture;
export {};
//# sourceMappingURL=usePanGesture.d.ts.map