import { BottomSheetInternalContextType } from '../contexts/internal'; export declare function useBottomSheetInternal(unsafe?: false): BottomSheetInternalContextType; export declare function useBottomSheetInternal(unsafe: true): BottomSheetInternalContextType | null;