/** * Selection module exports */ export { SelectionManager, type SelectedPoint, type SelectionMode, type PointSelectEvent, type RegionSelectEvent, type SelectionEventMap, type HitTestResult, type SelectionConfig, type SelectionContext, } from './SelectionManager';