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