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