import type { KeyboardAwareScrollViewProps } from "react-native-keyboard-controller"; import { type BottomSheetScrollViewMethods } from "@gorhom/bottom-sheet"; declare const BottomSheetKeyboardAwareScrollView: import("react").NamedExoticComponent<{ bottomOffset?: number; disableScrollOnKeyboardHide?: boolean; enabled?: boolean; extraKeyboardSpace?: number; ScrollViewComponent?: React.ComponentType; } & import("react-native").ScrollViewProps & import("react").RefAttributes>; export { BottomSheetKeyboardAwareScrollView }; export type { KeyboardAwareScrollViewProps };