import { FC } from "react";
import { GesturesProps } from "./Gestures.types";
export declare const Gestures: FC<GesturesProps>;
