import * as React from 'react'; import { INavBarProps } from './PropsType'; declare const NavBar: React.FC; export default NavBar;