///
declare const useDrag: (onClose?: () => void, isDraggable?: boolean) => {
isTransition: boolean;
draghandleRef: import("react").RefObject;
panelRef: import("react").RefObject;
contentRef: import("react").RefObject;
hasDraghandle: boolean | undefined;
clickOutsideClose: () => void;
};
export default useDrag;
//# sourceMappingURL=useDrag.d.ts.map