/// import React from 'react'; import tsPropsType from './PropsType'; export default class Calendar extends React.Component { static defaultProps: tsPropsType; static contextTypes: { antLocale: any; }; render(): JSX.Element; }