import * as React from "react"; import * as PropTypes from "prop-types"; import { FieldProps } from "../../types"; export default class FillDateRangeField extends React.Component { static propTypes: { uiSchema: PropTypes.Validator; dateEndField: PropTypes.Validator; }>>; uiSchema: PropTypes.Requireable; }>>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Requireable; }; static getName(): string; getStateFromProps(props: FieldProps): { onChange: (formData: any) => void; errorSchema: import("@rjsf/utils").FieldErrors & { [x: string]: import("@rjsf/utils").ErrorSchema | undefined; }; formContext: import("../LajiForm").FormContext; registry: import("@rjsf/utils").FieldProps["registry"]; }; onChange: (formData: any) => void; }