declare const Navbar: ({ isDev }: {
    isDev?: boolean;
}) => import("react/jsx-runtime").JSX.Element;
export default Navbar;
