/// <reference types="react" />
import React from 'react';
import NavBarProps from './PropsType';
export default class NavBar extends React.Component<NavBarProps, any> {
    componentDidMount(): void;
    render(): null;
}
