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