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