/** * 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 React from 'react'; import Component from '../../react-class'; export default class TransitionView extends Component { constructor(props: any); toMoment(value: any, props: any): import("moment").Moment; format(mom: any, props: any): any; componentDidMount(): void; componentDidUpdate: (prevProps: any) => void; transitionTo(date: any, props: any): void; getViewChild(): React.ReactChild | React.ReactFragment | React.ReactPortal; prepareChildProps(child: any, extraProps: any): any; render(): JSX.Element; tryNavBarKeyDown(event: any): boolean; onKeyDown(event: any): any; isMonthDecadeViewVisible(): any; showMonthDecadeView(): void; hideMonthDecadeView(): void; onBlur(event: any): boolean; renderMultiViewNavBar(navBarProps: any, config: any): JSX.Element | null; renderNavBar(navBarProps: any): JSX.Element; getViewSize(): any; renderAt(index: any, { multiView, navBarProps }: { multiView: any; navBarProps: any; }): React.DetailedReactHTMLElement | null; getView(): any; isInView(...args: any[]): any; onViewDateChange(dateString: any, { dateMoment }: { dateMoment: any; }): void; doTransition(dateMoment: any): void; getViewDOMNode(): any; addTransitionEnd(): void; removeTransitionEnd(dom: any): void; onTransitionEnd(): void; onNavMouseDown(): void; isFocused(): any; focus(): void; }