import type { SwipeHookConfig, SwipeHookHandlers, SwipeHookResult } from "./type"; export declare const useSwipe: (handlers: SwipeHookHandlers, config?: SwipeHookConfig) => SwipeHookResult; export * from "./type";