export default function MobileNavbar({ isDev }: {
    isDev?: boolean;
}): import("react/jsx-runtime").JSX.Element;
