import React from "react"; import { BottomNavItemProps } from "./types"; declare const BottomNavItem: React.FC; export default BottomNavItem;