/// import type { BottomSheetMethods, BottomSheetVariables } from '../types'; export declare const BottomSheetContext: import("react").Context<(BottomSheetMethods & BottomSheetVariables) | null>; export declare const BottomSheetProvider: import("react").Provider<(BottomSheetMethods & BottomSheetVariables) | null>;