/// <reference path="../../vendor/react/react.d.ts" />//@ts-ignoreimportReactfrom'react';
import { ControlBase } from'./ControlBase';
/**
* The control is used by the FormFiller feature.
**/exportdeclareclassDateTimeControlextendsControlBase {
render(): React.JSX.Element;
}