export declare const isDragging: {
    x: boolean;
    y: boolean;
};
export declare function isDragActive(): boolean;
