import type { NavigationBarComponent } from './interface'; declare const NavigationBar: NavigationBarComponent; export default NavigationBar;