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