/** * A hook that provides access to a SimpleFormIterator data (the total number of items) and mutators (add, reorder and remove). * Useful to create custom array input iterators. * @see {SimpleFormIterator} * @see {ArrayInput} */ export declare const useSimpleFormIterator: () => import("./SimpleFormIteratorContext").SimpleFormIteratorContextValue;