import { DraggableData, DraggableEvent } from 'react-draggable'; declare type Callback = (type: 'START' | 'STOP', target: 'LOCAL' | 'REMOTE') => (e: DraggableEvent, data: DraggableData) => void; export declare const useExpDraggableVideoPreview: (className: string) => [boolean, Callback]; export {}; //# sourceMappingURL=useExpDraggableVideoPreview.d.ts.map