import type { MotionState } from "../../../state/motion-state.js"; import { Feature } from "../../feature.js"; export declare class HoverGesture extends Feature { isActive(): boolean; constructor(state: MotionState); mount(): void; update(): void; register(): void; }