import { SourceConnector } from '../../internals'; import { DragPreviewOptions, DragSourceOptions } from '../../types'; export declare function useDragSourceConnector(dragSourceOptions: DragSourceOptions | undefined, dragPreviewOptions: DragPreviewOptions | undefined): SourceConnector;