import type { RefObject } from 'react';
export declare const useBottomSheetBaseDrag: (target: RefObject<HTMLElement>, options?: {
    isCloseOnTap?: boolean;
    isDraggable?: boolean;
}) => void;
