import * as React from 'react'; export declare const FieldArrayItem: ({ fields, fieldIndex, name, remove, length, minItems, removeLabel, }: any) => React.JSX.Element;