export default class LocalityField extends React.Component { static contextType: React.Context; static propTypes: { uiSchema: PropTypes.Requireable; schema: PropTypes.Validator; }>>>; formData: PropTypes.Validator; }; constructor(props: any); constructor(props: any, context: any); state: {}; render(): JSX.Element; showEditor: () => void; hideEditor: () => void; setFormRef: (elem: any) => void; lajiForm: any; renderModal: () => JSX.Element; onSubmitClick: (e: any) => void; onSubmit: ({ formData }: { formData: any; }) => void; } import * as React from "react"; import * as PropTypes from "prop-types";