import { createPointerSwipe } from './core.mjs'; export { PointerType, UsePointerSwipeOptions, UsePointerSwipeReturn, UseSwipeDirection } from './core.mjs'; import '@usels/core'; import '../../types.mjs'; type UsePointerSwipe = typeof createPointerSwipe; declare const usePointerSwipe: UsePointerSwipe; export { type UsePointerSwipe, createPointerSwipe, usePointerSwipe };