import { SwipeScrollProps } from '../types'; export declare const useSwipe: (node: HTMLElement | null, { width, duration, animationFunc, onSwipe }: SwipeScrollProps) => void;