export declare const useFieldValue: (propertyPath: string) => { value: T | undefined; errors: string[] | undefined; disabled: boolean | undefined; isRaw: boolean; onChange: (newValue: T) => void; }; //# sourceMappingURL=field-value.d.ts.map