declare function useFormState(): import("vue").Ref<{ values?: any; errors?: Record | { [x: string]: string; }; touched?: Record | { [x: string]: boolean; }; }, { values?: any; errors?: Record | { [x: string]: string; }; touched?: Record | { [x: string]: boolean; }; }>; export default useFormState;