import { UseSwipeOptions } from './types'; declare const useSwipeVector: ({ ref, thresholdPX, unit, useRelativeUnits }: UseSwipeOptions) => { direction: number; magnitude: number; origin: { x: number; y: number; }; }; export default useSwipeVector; //# sourceMappingURL=useSwipeVector.d.ts.map