import { FeatureProps } from "../motion/features/types";
export declare function useHoverGesture({ onHoverStart, onHoverEnd, whileHover, visualElement, }: FeatureProps): void;
