import { Option } from './DragSelectCommon'; import { MaybeNullableRef, MaybeRef } from './typings/internal'; interface UseDragToSelectConfig { contentRef: MaybeNullableRef; containerRef: MaybeNullableRef; options: Set