import { ReactElement } from 'react';
export declare const NAVIGATION_BAR_HEIGHT = 64;
export default function NavigationBar(): ReactElement;
