export declare const useDrawerDrag: (motionDelay?: number) => { isDragging: boolean; handleDragStart: () => void; handleDragEnd: () => void; };