import * as react_jsx_runtime46 from "react/jsx-runtime"; //#region ui/datetime-picker.d.ts interface DateTimePickerProps { value: Date | null; onChange: (date: Date | null) => void; disabled?: boolean; minDate?: Date; maxDate?: Date; datePlaceholder?: string; timePlaceholder?: string; is24Hour?: boolean; className?: string; } declare function DateTimePicker({ value, onChange, disabled, minDate, maxDate, datePlaceholder, timePlaceholder, is24Hour, className }: DateTimePickerProps): react_jsx_runtime46.JSX.Element; //#endregion export { DateTimePicker, DateTimePickerProps }; //# sourceMappingURL=datetime-picker.d.ts.map