import { TextWidgetProps } from "../TextWidget"; declare const DateWidget: (props: TextWidgetProps) => JSX.Element; export default DateWidget;