import { ArrayInputContextValue } from "./ArrayInputContext.cjs";
/**
 * A hook to access an array input methods as provided by react-hook-form.
 * Useful to create custom array input iterators.
 * @see {ArrayInput}
 * @see https://react-hook-form.com/docs/usefieldarray
 */
export declare const useArrayInput: (props?: Partial<ArrayInputContextValue>) => ArrayInputContextValue;
//# sourceMappingURL=useArrayInput.d.ts.map