import type { JSX } from 'react'; export type NavbarProps = { className?: string; }; export declare function Navbar({ className }: NavbarProps): JSX.Element | null;