import { type BarDock } from '../lib/voiceBar'; type FollowerRef = React.RefObject; export declare function useVoiceBarDrag(containerRef: React.RefObject, onDrop: (dock: BarDock) => void, followRefs?: FollowerRef[] | null, reportDragging?: (dragging: boolean) => void): { wasDraggedRef: React.RefObject; }; export {};