export default class CombinedValueDisplayField extends React.Component { static propTypes: { uiSchema: PropTypes.Validator; secondField: PropTypes.Validator; additionalFields: PropTypes.Requireable<(string | null | undefined)[]>; name: PropTypes.Requireable; title: PropTypes.Requireable; combineType: PropTypes.Requireable; delimiter: PropTypes.Requireable; }> | (PropTypes.InferProps<{ firstField: PropTypes.Validator; secondField: PropTypes.Validator; additionalFields: PropTypes.Requireable<(string | null | undefined)[]>; name: PropTypes.Requireable; title: PropTypes.Requireable; combineType: PropTypes.Requireable; delimiter: PropTypes.Requireable; }> | null | undefined)[] | null | undefined>>; }>>; uiSchema: PropTypes.Requireable; }>>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Validator; }; static getName(): string; constructor(props: any); constructor(props: any, context: any); getStateFromProps(props: any): { schema: any; idSchema: any; formData: any; onChange: (formData: any) => void; }; getFieldValue: (formData: any, field: any) => any; toMinutes: (time: any) => number; getCount: (value: any) => number; onChange: (formData: any) => void; } import * as React from "react"; import * as PropTypes from "prop-types";