import React from 'react'; import type { BottomSheetMethods } from '../../types'; import type { BottomSheetProps } from './types'; declare type BottomSheet = BottomSheetMethods; declare const BottomSheet: React.MemoExoticComponent>>; export default BottomSheet;