import React from 'react';
import type { NavbarProps } from '../../types';
export declare const Navbar: React.FC<NavbarProps>;
