declare function useArrayFieldState(): { shouldUseInitValue: boolean; inArrayField: boolean; }; export default useArrayFieldState;