import type { BaseNavigationProps } from "../../Navigation"; type MobileNavProps = BaseNavigationProps; export default function MobileNav({ primaryNavigation, secondaryNavigation, appSwitcher, primaryLogo, secondaryLogo, userMenu, }: MobileNavProps): import("react/jsx-runtime").JSX.Element; export {};