import React from 'react';
import { SwipeRef, WebSwipeProps } from "../../types";
export declare const Swipe: React.ForwardRefExoticComponent<Partial<WebSwipeProps> & Omit<React.HTMLAttributes<HTMLDivElement>, "onTouchStart" | "onTouchMove" | "onTouchEnd"> & React.RefAttributes<SwipeRef>>;