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