import { FeatureProps } from "../motion/features/types";
/**
 * @param handlers -
 * @internal
 */
export declare function useTapGesture({ onTap, onTapStart, onTapCancel, whileTap, visualElement, }: FeatureProps): void;
