declare class DragingSelection { anchor1: number; anchor2: number; constructor(anchor1: number, anchor2: number); } export default DragingSelection;