import * as React from "react"; import type { FormElementProps } from "../.."; import type { defs } from "../FormHost"; /** * The component for the "Date Time Picker" Form Element. */ declare const DateTimePicker: React.ForwardRefExoticComponent & React.RefAttributes>; export default DateTimePicker;