declare function useFieldState(field: string): import("vue").ComputedRef<{ value: any; error: any; touched: any; }>; export default useFieldState;