import { Ref } from 'vue'; import { UseSwipeDirection } from '@vueuse/core'; import { AxisDirection } from './slide-direction.use'; declare const _default: (element: Ref, actions: { onSwipeLeft: () => void; onSwipeRight: () => void; onSwipeUp: () => void; onSwipeDown: () => void; }, slideAxis: Ref) => { touchDirection: import('vue').ComputedRef; gestureStyling: import('vue').ComputedRef<{ transform: string | undefined; transition: string | undefined; }>; }; export default _default;