import { FieldProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `ArrayField` component is used to render a field in the schema that is of type `array`. It supports both normal * and fixed array, allowing user to add and remove elements from the array data. */ export default function ArrayField(props: FieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ArrayField.d.ts.map