import { ElementType } from "react"; export interface BottomNavItemProps { label: string; href: string; icon?: ElementType; fillIcon?: ElementType; isActive?: boolean; showItemsOnMobile?: boolean; }