importReactfrom'react';
interfaceNavbarProps {
agentId?: string;
}
/**
* Navbar component with user info and navigation
* Styled with Twitter-inspired light blue theme
*/declareconstNavbar: React.FC<NavbarProps>;
exportdefaultNavbar;
//# sourceMappingURL=Navbar.d.ts.map