/**
* Returns the direction the bottom sheet is moving in.
* +1 = moving up
* 0 = not moving
* -1 = moving down
*/
export declarefunctionuseBottomSheetDirection(): import("react-native-reanimated").DerivedValue<number>;
//# sourceMappingURL=use-bottom-sheet-direction.d.ts.map