import { FC } from 'react'; import { DatetimePickerProps } from './type'; declare const DatetimePicker: FC; export default DatetimePicker;