declare const YArrayItems: ({ sortable, layoutProps, hasAdd, maxRow, minRow, arrayConfig, hasIndex, addText, name, editable, schemaScope, itemsType, ...props }: { [x: string]: any; sortable: any; layoutProps: any; hasAdd?: boolean; maxRow?: number; minRow?: number; arrayConfig?: any[]; hasIndex?: boolean; addText?: string; name: any; editable: any; schemaScope?: {}; itemsType?: string; }) => JSX.Element; export default YArrayItems;