import type { BottomSheetBaseContextValue } from '../context';
export declare const BottomSheetBaseContext: import("react").Context<BottomSheetBaseContextValue>;
export declare const useBottomSheetBaseContext: () => BottomSheetBaseContextValue;
