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