/** Elements that should never initiate a drag */ export declare const INTERACTIVE_TAGS: Set; /** Dead zone in px before committing to drag vs text selection */ export declare const DEAD_ZONE = 10; /** Max angle (degrees) from dismiss axis to qualify as drag intent */ export declare const MAX_ANGLE_DEG = 35; /** Rubber-band resistance factor for dragging past resting position */ export declare const RUBBER_BAND_FACTOR = 0.6; //# sourceMappingURL=drag-constants.d.ts.map