import * as React from 'react';
export interface NavigationBarType5Props {
  className?: string;
  style?: React.CSSProperties;
}
export declare const NavigationBarType5: React.FC<NavigationBarType5Props>;
export default NavigationBarType5;
