import type { UseBottomSheetModalReturn } from '../types/BottomSheet'; export declare const useBottomSheetModal: () => UseBottomSheetModalReturn;