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; export default Navbar; //# sourceMappingURL=Navbar.d.ts.map