import {BottomSheetViewProps} from './BottomSheet.types' export function BottomSheet(_: BottomSheetViewProps) { throw new Error('BottomSheetView is not available on web') }