import React from 'react'; import { BottomNavProps } from './bottomnav.type'; declare const BottomNav: ({ items, theme, initialActiveIndex, onItemPress }: BottomNavProps) => React.JSX.Element; export default BottomNav;