import { RefObject } from 'react'; import type { BottomSheetSnapPoint, BottomSheetSnapPoints } from '../BottomSheet.types'; export declare const useBottomSheetDrag: (args: { panelRef: RefObject; handleRef: RefObject; bodyRef: RefObject; enabled: boolean; onClose: () => void; snapPoints?: BottomSheetSnapPoints; initialSnapPoint?: BottomSheetSnapPoint; onSnapPointChange?: (snapPoint: BottomSheetSnapPoint) => void; onSnapSettled?: () => void; }) => { activeSnapPointRef: import("react").MutableRefObject; snapPointsRef: import("react").MutableRefObject; initialSnapPointRef: import("react").MutableRefObject; }; //# sourceMappingURL=useBottomSheetDrag.d.ts.map