///
import type { BottomSheetScrollViewMethods, BottomSheetScrollViewProps } from './types';
declare const BottomSheetScrollView: import("react").MemoExoticComponent & import("react").RefAttributes>>;
declare const _default: (props: BottomSheetScrollViewProps) => ReturnType;
export default _default;