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