export default class UiFieldMapperArrayField extends React.Component { static propTypes: { uiSchema: PropTypes.Validator; "ui:options": PropTypes.Requireable; }> | (PropTypes.InferProps<{ "ui:field": PropTypes.Validator; "ui:options": PropTypes.Requireable; }> | null | undefined)[] | null | undefined>>; }>>; uiSchema: PropTypes.Requireable; }>>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Requireable; }; static getName(): string; constructor(props: any); childProps: any[]; functionOutputProps: any[]; UNSAFE_componentWillReceiveProps(props: any): void; updateChildProps: (props: any) => void; getFieldPropsForIdx: (props: any, idx: any) => any; tmpItemFormData: any; applyFunctionsToChildProps: (props: any, childProps: any) => any; getFunctionOutputForIdx: (props: any, idx: any) => any; getStateFromProps(props: any, origProps: any): { schema: any; uiSchema: any; formData: any; idSchema: any; errorSchema: any; formContext: any; registry: any; onChange: (formData: any) => void; }; onChange: (formData: any) => void; } import * as React from "react"; import * as PropTypes from "prop-types";