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