import React from "react"; declare const HomeBottomNav: React.NamedExoticComponent<{ value: number; onChange: (v: number) => void; onQuickAction: (route: string) => void; onProfile: () => void; onOpenProfileSelector: () => void; /** Whether the user has a terreiro context (affects which nav items are shown) */ hasTerreiroContext?: boolean; }>; export default HomeBottomNav;