import { Forte, ForteSchemaType } from '../core/Forte'; import { ISchema, SchemaPathFieldValue } from '../core/Schema'; export declare const useForteAbsoluteFieldValueSubscription: ($forte: Forte, path: string, handler: (value: T) => void) => void; export declare const useForteFieldValueSubscription: (path: string, handler: (value: T) => void) => void; export declare const useForteAbsoluteFieldValue: , TPath extends string, TValue = SchemaPathFieldValue, TPath>>($forte: TForte, path: TPath, defaultValue?: TValue) => TValue; export declare const useForteFieldValue: , TReturn = [TValue] extends [never] ? unknown : TValue>(path: TPath, defaultValue?: TReturn) => TReturn; //# sourceMappingURL=useForteFieldValue.d.ts.map