import { type Ref } from 'vue'; export declare function useSetFieldValue(path?: string | Ref): (value: TValue) => void;