importReactfrom'react';
import { NavbarProps } from'./Navbar.types';
import'./Navbar.css';
/**
* @deprecated Should start using the same component migrated to UI2.
*/exportdeclareconstNavbar: React.MemoExoticComponent<(props: NavbarProps) =>React.JSX.Element>;