export default class FakePropertyField extends React.Component { static propTypes: { schema: PropTypes.Validator; }>>>; formData: PropTypes.Validator; }; static getName(): string; constructor(props: any); constructor(props: any, context: any); getStateFromProps(props: any): { schema: any; uiSchema: any; formData: any; }; } import * as React from "react"; import * as PropTypes from "prop-types";