import { type BottomSheetInternalContextType } from '../contexts/internal'; export declare function useBottomSheetInternal(unsafe?: false): BottomSheetInternalContextType; export declare function useBottomSheetInternal(unsafe: true): BottomSheetInternalContextType | null; //# sourceMappingURL=useBottomSheetInternal.d.ts.map