/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /// import Component from '../../react-class'; export default class NavBar extends Component { constructor(props: any); prepareViewDate(props: any): any; render(): JSX.Element; renderMonthDecadeView(): any; toggleMonthDecadeView(event: any): void; getMonthDecadeViewView(): any; isMonthDecadeViewVisible(): boolean; onMonthDecadeViewOk(dateString: any, { dateMoment, timestamp }: { dateMoment: any; timestamp: any; }): void; onMonthDecadeViewCancel(): void; showMonthDecadeView(event: any): void; hideMonthDecadeView(event: any): void; toMoment(value: any, props: any): import("moment").Moment; renderNav(dir: any, viewMoment: any, name: any): any; getGotoMoment(dir: any, viewMoment: any): import("moment").Moment; onNavClick(dir: any, viewMoment: any, event: any): void; renderNavDate(viewMoment: any): any; onViewDateChange({ dateMoment, timestamp }: { dateMoment: any; timestamp: any; }): void; }