import type { NavigatorBottomBarProps } from './components/BottomBarView/model'; import type { ScreenBottomBarProps } from './components/MenuItemView/model'; export type CurvedBottomBarTypeProps = { Navigator: NavigatorBottomBarProps; Screen: ScreenBottomBarProps; };