import React from 'react'; import type { NavBarProps } from './PropsType'; declare const NavBar: React.FC; export default NavBar;