export interface CompoundDialogBottomSheetContextProps { mode: "bottom-sheet" | "dialog"; } declare const CompoundDialogBottomSheetContext: import('react').Context; export declare function useCompoundDialogBottomSheetContext(): CompoundDialogBottomSheetContextProps; export default CompoundDialogBottomSheetContext;