import React from 'react'; import 'moment/locale/zh-cn'; interface DateScreenProps { onChange?: (value: any) => void; valueType?: string; date?: boolean; showCustomDate?: boolean; style?: any; actionKey?: string; } declare const _default: React.MemoExoticComponent<({ onChange, date, valueType, showCustomDate, style, actionKey, }: DateScreenProps) => JSX.Element>; export default _default;