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