import { IPickerWithActionProps } from './types'; declare const DateTimePicker: ({ size, defaultValue, onChange, value, onApply, onCancel }: IPickerWithActionProps) => import("react/jsx-runtime").JSX.Element; export default DateTimePicker;