import { createSwipe } from './core.mjs'; export { UseSwipeOptions, UseSwipeReturn } from './core.mjs'; export { UseSwipeDirection } from '../usePointerSwipe/core.mjs'; import '@usels/core'; import '../../types.mjs'; type UseSwipe = typeof createSwipe; declare const useSwipe: UseSwipe; export { type UseSwipe, createSwipe, useSwipe };