import { FC } from 'react'; import { NavBarProps } from './types'; export * from './types'; export declare const NavBar: FC;