import React from 'react';
interface NavbarProps {
    agentId?: string;
}
/**
 * Navbar component with user info and navigation
 * Styled with Twitter-inspired light blue theme
 */
declare const Navbar: React.FC<NavbarProps>;
export default Navbar;
//# sourceMappingURL=Navbar.d.ts.map