/// import { DatePickerProps } from 'antd'; declare type DatePickerLongProps = { longValue?: any; longText?: any; }; declare type Props = DatePickerLongProps & DatePickerProps; export default function DatePickerLong(props: Props): JSX.Element; export {};