export declare const useSwipe: ({ onRefresh, breakpoint }: { onRefresh: any; breakpoint: any; }) => { height: number; touchStart: (e: any) => void; touchEnd: () => void; touchCancel: () => void; touchMove: (e: any) => void; ref: import("react").MutableRefObject; target: import("react").MutableRefObject; };