declare function NavBar({ project, withSession, }: { project?: string; withSession?: boolean; }): import("react").JSX.Element; export default NavBar;