export default class MultiLanguageField extends React.Component { static propTypes: { uiSchema: PropTypes.Requireable; schema: PropTypes.Validator; }>>>; formData: PropTypes.Requireable; }; constructor(props: any); render(): JSX.Element; onChange: (lang: any) => (formData: any) => void; } import * as React from "react"; import * as PropTypes from "prop-types";