/// import { DateControlProps } from "./control.format.date.props"; /** * Form control definition */ declare function DateControl(props: DateControlProps): JSX.Element; export { DateControl }; export default DateControl;